PdfChoiceFormField Members
In This Article
#Properties
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 |
Commit |
Gets or sets whether to commit a new value once the selection is made. |
Default |
Gets the default style string.
Inherited from Pdf |
Default |
Gets default values of the choice form field. |
Editable | Specifies whether to include an editable text box in the combo box. |
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 |
Items | Gets a list of form field items. |
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 |
Multi |
Gets or sets whether multiple form field items can be selected simultaneously. |
Name |
Gets the partial field name.
Inherited from Pdf |
Options | Gets the list of options in the choice field. |
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 |
Selected |
Gets a collection of integers, sorted in ascending order, representing the zero-based indices in the option list of the currently selected option items. |
Selected |
Gets items currently selected in the choice field. |
Sorted | Gets or sets whether to sort form field items alphabetically. |
Spell |
Gets or sets whether to check spelling in the combo box form field. |
Text |
Gets the form of quadding (justification) that is used in displaying the text.
Inherited from Pdf |
Top |
Gets the index of the first option visible in the option list. |
Type | Retrieves the form field type. |
Widget |
Gets the widget annotation associated with the interactive form field.
Inherited from Pdf |
#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