Click or drag to resize
Pdftools logo

GeneralTextField Properties

The GeneralTextField type exposes the following members.

Properties
 NameDescription
Public propertyAlignment

The text alignment


(Inherited from TextField)
Public propertyDisplayName

User interface name

The display name is not directly visible, but a PDF viewer can display this name, e.g., in a tool tip.
(Inherited from FieldNode)
Public propertyDoNotExport

Tells whether this field is exported


(Inherited from Field)
Public propertyDoNotScroll

Flags this text field non scrollable

Public propertyDoNotSpellCheck

Flags this text field for prevention from spell checking

Public propertyExportName

The name used when exporting


(Inherited from FieldNode)
Public propertyFontSize

The font size

If then the font size is chosen automatically by the PDF viewer.
(Inherited from TextField)
Public propertyMaxLength

The maximal text length

When setting this property to a non-null value, the length of this field's text is truncated.
Public propertyMultiline

Flags this text field as multi-line

Public propertyPassword

Flags this text field as a password entry field

Public propertyReadOnly

Flags this field as read-only


(Inherited from Field)
Public propertyRequired

Flags this field as mandatory


(Inherited from Field)
Public propertyText

This field's text


(Inherited from TextField)
Public propertyWidgets

This form field's widget annotations


(Inherited from Field)
Top
See Also