HiQPdf Documentation

PdfFormField Properties

Quickly Create High Quality PDFs

The PdfFormField type exposes the following members.

Properties

  NameDescription
Public propertyAction
The action to be performed when the field is activated, for example when a button field is clicked
Public propertyBoundingRectangle
The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
Public propertyDefaultValue
The default value of the field to which the field reverts when a reset form action is executed
Public propertyExport
Indicates if field is exported by a submit form action. This property is true by default
Public propertyFlatten
Indicates if the field is flattened in the generated PDF document
Public propertyName
The field name
Public propertyReadOnly
Indicates if the field is read only. This property is false by default
Public propertyRequired
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
Public propertyStyle
The field style
Public propertyToolTip
The field tooltip
Public propertyValue
The field value
Top
See Also

Reference