The PDF document form class
Inheritance Hierarchy
HiQPdfPdfForm
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfForm type exposes the following members.
Properties
Name | Description | |
---|---|---|
Document |
The document to which this form belongs
| |
Fields |
The form fields collection
|
Methods
Name | Description | |
---|---|---|
AddButton |
Creates a button in form
| |
AddCheckBox |
Creates a check box field in form
| |
AddComboBox |
Creates a combo box field in form
| |
AddListBox |
Creates a list box field in form
| |
AddRadioButtonsGroup |
Creates a group of radio buttons in the form
| |
AddTextBox |
Creates a text box field in form
| |
CreateFieldStyle |
Creates a form field style object
| |
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.) | |
FlattenFields |
Flattens all the fields in the form
| |
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