PdfTextFormField Properties
Represents a text field on a PDF form.
Name | Description |
---|---|
Actions |
Provides access to actions that define the field’s behavior in response to various trigger events.
Inherited from Pdf |
Alternate |
Gets an alternate name specified for an interactive form field.
Inherited from Pdf |
Appearance |
Gets the appearance commands for an interactive form field.
Inherited from Pdf |
Default |
Gets the default style string.
Inherited from Pdf |
Default |
Gets the default text of the text form field. |
Export |
Gets or sets whether to export the field if it is associated with a Submit A Form action.
Inherited from Pdf |
Flags |
Gets or sets flags specifying various document-level characteristics related to interactive form fields.
Inherited from Pdf |
Form |
Provides access to the contents and properties of a document’s interactive form.
Inherited from Pdf |
Input |
Specifies text form field’s input type. |
Kids |
Gets the collection of interactive form field children.
Inherited from Pdf |
Mapping |
Gets the mapping name that is used when exporting interactive form field data from the document.
Inherited from Pdf |
Max |
Gets the maximum length of the field’s text, in characters. |
Multiline | Gets or sets whether the text field can contain multiple lines of text. |
Name |
Gets the partial field name.
Inherited from Pdf |
Parent |
Gets the parent of the field in the interactive form field hierarchy.
Inherited from Pdf |
Read |
Gets or sets whether the form field is read-only.
Inherited from Pdf |
Required |
Gets or sets whether to force users to complete the form field.
Inherited from Pdf |
Rich |
Gets the rich text string that contains formatting (style) information.
Inherited from Pdf |
Scrollable | Gets or sets whether to scroll the text field when the text does not fit its rectangle. |
Spell |
Gets or sets whether to check spelling in the text form field. |
Text | Gets the text form field’s text. |
Text |
Gets the form of quadding (justification) that is used in displaying the text.
Inherited from Pdf |
Type | Retrieves the form field type. |
Widget |
Gets the widget annotation associated with the interactive form field.
Inherited from Pdf |
See Also