PdfFormField Class

A field in a PDF document form

Definition

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

Constructors

PdfFormFieldInitializes a new instance of the PdfFormField class

Properties

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
ParentForm The parent form
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 Gets or sets the PDF form field style
ToolTip The field tooltip

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