PdfInteractiveFormField Members
In This Article
#Properties
Name | Description |
---|---|
Actions | Provides access to actions that define the field’s behavior in response to various trigger events. |
Alternate |
Gets an alternate name specified for an interactive form field. |
Appearance |
Gets the appearance commands for an interactive form field. |
Default |
Gets the default style string. |
Export | Gets or sets whether to export the field if it is associated with a Submit A Form action. |
Flags | Gets or sets flags specifying various document-level characteristics related to interactive form fields. |
Form | Provides access to the contents and properties of a document’s interactive form. |
Kids | Gets the collection of interactive form field children. |
Mapping |
Gets the mapping name that is used when exporting interactive form field data from the document. |
Name | Gets the partial field name. |
Parent | Gets the parent of the field in the interactive form field hierarchy. |
Read |
Gets or sets whether the form field is read-only. |
Required | Gets or sets whether to force users to complete the form field. |
Rich |
Gets the rich text string that contains formatting (style) information. |
Text |
Gets the form of quadding (justification) that is used in displaying the text. |
Type | Retrieves the form field type. |
Widget | Gets the widget annotation associated with the interactive form field. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also