HiQPdf Documentation

PdfFormTextBox Properties

Quickly Create High Quality PDFs

The PdfFormTextBox 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
(Inherited from PdfFormField.)
Public propertyBoundingRectangle
The field bounding rectangle in PDF page. The rectangle dimensions are expressed in points
(Inherited from PdfFormField.)
Public propertyDefaultValue
The default value of the field to which the field reverts when a reset form action is executed
(Inherited from PdfFormField.)
Public propertyExport
Indicates if field is exported by a submit form action. This property is true by default
(Inherited from PdfFormField.)
Public propertyFlatten
Indicates if the field is flattened in the generated PDF document
(Inherited from PdfFormField.)
Public propertyFont
The text box font
Public propertyIsMultiLine
Indicates if the text box is multiline. This property is false by default
Public propertyIsPassword
Indicates if this text box is used to enter a password. This property is false by default
Public propertyMaxLength
The maximum length of the field text in characters
Public propertyName
The field name
(Inherited from PdfFormField.)
Public propertyReadOnly
Indicates if the field is read only. This property is false by default
(Inherited from PdfFormField.)
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
(Inherited from PdfFormField.)
Public propertyStyle
The field style
(Inherited from PdfFormField.)
Public propertyText
The text displayed in the text box
Public propertyToolTip
The field tooltip
(Inherited from PdfFormField.)
Public propertyValue
The field value
(Inherited from PdfFormField.)
Top
See Also

Reference