Applies to
PDFFormFieldText objects
Description
Gets or sets the maximum characters that users can enter in the object.
Data type
Long.
Usage
In scripts
This example sets the maximum characters that users can enter in the lpdf_fieldtext as 10.
lpdf_fieldtext.maxchar = 10