A field in a PDF document form
Inheritance Hierarchy
HiQPdfPdfFormField
More...
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfFormField 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
| |
BoundingRectangle |
The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
| |
DefaultValue |
The default value of the field to which the field reverts when a reset form action is executed
| |
Export |
Indicates if field is exported by a submit form action. This property is true by default
| |
Flatten |
Indicates if the field is flattened in the generated PDF document
| |
Name |
The field name
| |
ReadOnly |
Indicates if the field is read only. This property is false by default
| |
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
| |
Style |
The field style
| |
ToolTip |
The field tooltip
| |
Value |
The field value
|
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
Reference
Inheritance Hierarchy
HiQPdfPdfFormField
HiQPdfPdfFormButton
HiQPdfPdfFormCheckBox
HiQPdfPdfFormComboBox
HiQPdfPdfFormListBox
HiQPdfPdfFormRadioButtonsGroup
HiQPdfPdfFormTextBox