PdfAcroFormListBoxField Members
In This Article
#Constructors
Name | Description |
---|---|
Pdf |
Initializes a new instance of the Pdf |
#Properties
Name | Description |
---|---|
Appearance |
Specifies the appearance settings for the interactive form field.
Inherited from Pdf |
Multi |
Specifies whether multiple items can be selected simultaneously in the list box field. |
Name |
Specifies the interactive form field name.
Inherited from Pdf |
Page |
Specifies page number where the interactive form field will be created.
Inherited from Pdf |
Specifies whether the current form field is printed.
Inherited from Pdf |
|
Read |
Gets or sets whether the interactive form field allows edit operations.
Inherited from Pdf |
Rectangle |
Specifies a rectangle inside which an interactive form field is located on a page.
Inherited from Pdf |
Required |
Gets or sets the required status of the interactive form field.
Inherited from Pdf |
Rotation |
Specifies the rotation to apply to interactive form field.
Inherited from Pdf |
Text |
Specifies the horizontal alignment of the interactive form field’s text.
Inherited from Pdf |
Tool |
Specifies the form field’s tooltip text.
Inherited from Pdf |
Top |
Specifies the index of the first visible item in the list box field. |
Visible |
Specifies whether the form field is visible on the page.
Inherited from Pdf |
#Methods
Name | Description |
---|---|
Add |
Adds an item to a combo box and list box using their display and export values.
Inherited from Pdf |
Add |
Adds an item to a combo box and list box by their display value.
Inherited from Pdf |
Add |
Adds a widget annotation related to the choice form field (combo box or list box). The widget is added to the page where the form field is located.
Inherited from Pdf |
Add |
Adds a widget annotation related to the choice form field (combo box or list box). Allows you to specify a page to which the widget should be added.
Inherited from Pdf |
Clear |
Clears the combo box or list box selection.
Inherited from Pdf |
Clear |
Removes all values to be added to the list box and combo box.
Inherited from Pdf |
Clear |
Removes all additional widget annotations.
Inherited from Pdf |
Create |
Creates a check box field using the field name, page number, and a rectangle where the check box field will be located on a page.
Inherited from Pdf |
Create |
Creates a combo box field using the field name, page number, and a rectangle where the combo box field will be located on a page.
Inherited from Pdf |
Create |
Creates a group form field using the field name.
Inherited from Pdf |
Create |
Creates a list box field using the field name, page number and a rectangle where the list box field will be located on a page.
Inherited from Pdf |
Create |
Creates a radio group field using the field name, and page number.
Inherited from Pdf |
Create |
Creates a signature field using the field name, page number and a rectangle where a signature field will be located on a page.
Inherited from Pdf |
Create |
Creates a text box field using the field name, page number, and a rectangle where a text box field will be located on a page.
Inherited from Pdf |
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. |
Select |
Selects an item of a combo box and list box by their export value.
Inherited from Pdf |
Set |
Sets the specified item’s selection state in combo box and list box fields.
Inherited from Pdf |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also