A combo box in a PDF form consisting in a drop down list and an optional editable text box
Inheritance Hierarchy
HiQPdfPdfFormField
HiQPdfPdfFormComboBox
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfFormComboBox type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Action |
The action to be performed when the field is activated, for example when a button field is clicked
(Inherited from PdfFormField.) | |
| AllowMultiSelect |
Indicates if the multiple selection is allowed for this combo box field. This property is false by default
| |
| BoundingRectangle |
The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
(Inherited from PdfFormField.) | |
| CommitOnSelectionChanged |
Indicates if a new value selected is committed immediately without waiting to leave the field. This property is false by default
| |
| DefaultValue |
The default value of the field to which the field reverts when a reset form action is executed
(Inherited from PdfFormField.) | |
| Editable |
A flag indicating if the combo box includes also an editable text box besides the drop down list.
This property is true by default
| |
| Export |
Indicates if field is exported by a submit form action. This property is true by default
(Inherited from PdfFormField.) | |
| Flatten |
Indicates if the field is flattened in the generated PDF document
(Inherited from PdfFormField.) | |
| Font |
Gets or sets the font of the items in the combo box
| |
| ListItems |
Gets or sets the items in the combo box
| |
| Name |
The field name
(Inherited from PdfFormField.) | |
| ReadOnly |
Indicates if the field is read only. This property is false by default
(Inherited from PdfFormField.) | |
| Required |
Indicates if the field should have a value at the time it is exported by a submit form action. This property is false by default
(Inherited from PdfFormField.) | |
| SortItems |
Indicates if the list items are sorted alphabetically in this combo box field. This property is false by default
| |
| SpellChecking |
Indicates if the text entered in this field is spell checked. This property is false by default
| |
| Style |
The field style
(Inherited from PdfFormField.) | |
| ToolTip |
The field tooltip
(Inherited from PdfFormField.) | |
| Value |
The field value
(Inherited from PdfFormField.) |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also