AutoPdfFormField Class

Controls the style and properties of a type of field in automatically created PDF form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public class AutoPdfFormField
Inheritance
Object    AutoPdfFormField

Constructors

AutoPdfFormFieldInitializes a new instance of the AutoPdfFormField class

Properties

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
Font The automatically created form field font
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

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also