Click or drag to resize

TextWidgetAnnotation Constructor (PdfBounds, String, String)

Initializes a new instance of the TextWidgetAnnotation class.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TextWidgetAnnotation(
	PdfBounds bounds,
	string name,
	string defaultValue
)

Parameters

bounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds of the text box.
name
Type: SystemString
The name for identifying the field.
defaultValue
Type: SystemString
The default value of the text box.
See Also