Controls the style and properties of a type of field in automatically created PDF form
Inheritance Hierarchy
HiQPdfAutoPdfFormField
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The AutoPdfFormField type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AutoPdfFormField | Initializes a new instance of the AutoPdfFormField class |
Properties
| Name | Description | |
|---|---|---|
| BackColor |
The automatically created form field background color
| |
| BorderColor |
The automatically created form field border color
| |
| BorderStyle |
The automatically created form field border style
| |
| Export |
Controls if the automatically created field value is exported when the PDF form is submitted. This property is true by default
| |
| Flatten |
Controls if the automatically created field is flattened in PDF. This property is false by default
| |
| ForeColor |
The automatically created form field fore color
| |
| ReadOnly |
Controls if the automatically created field is read only in PDF. This property is false by default
| |
| Required |
Controls if the automatically created field is required to have a value when the PDF form is submitted. This property is false by default
|
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.) | |
| SetFont(PdfFont) |
Set the font of the automatically created field to an existing PDF font
| |
| SetFont(PdfStandardFont) |
Set the font of the automatically created field to a standard PDF font
| |
| SetFont(Byte, FontStyle) |
Use a font given by its binary data and style
| |
| SetFont(Font, Boolean) |
Set the font of the automatically created field to a .NET font
| |
| SetFont(String, FontStyle, Boolean) |
Use a font given by its family name and style
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also