PdfGraphicsAcroFormTextBoxField Properties
A text box field in PDF Graphics API.
Name | Description |
---|---|
Appearance |
Obtains appearance settings of a form field.
Inherited from Pdf |
Max |
Specifies the maximum text length for a text box field. |
Multiline | Specifies whether the text box field can contain multiple lines. |
Name |
Specifies form field’s name.
Inherited from Pdf |
Specifies whether a form field is printable.
Inherited from Pdf |
|
Read |
Gets or sets whether the interactive form field is read-only.
Inherited from Pdf |
Rectangle |
Specifies a page rectangle in the world coordinate system where the form field is located on a page.
Inherited from Pdf |
Required |
Gets or sets whether to force users to complete a form field.
Inherited from Pdf |
Rotation |
Specifies a form field’s rotation angle.
Inherited from Pdf |
Scrollable | Gets or sets whether to scroll the text field when the text does not fit the field rectangle. |
Spell |
Gets or sets whether to check spelling in the text form field. |
Text | Specifies text of the text box field. |
Text |
Specifies the horizontal alignment of the form field’s text.
Inherited from Pdf |
Tool |
Specifies a form field’s tooltip text.
Inherited from Pdf |
Type | Specifies the text form field input type. |
Value |
Obtains value format options of a form field. |
Visible |
Specifies whether a form field is visible on a page.
Inherited from Pdf |
See Also