Click or drag to resize

FieldGetMaxLen Method

Gets the maximum length.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetMaxLen()

Return Value

Type: Int32
The maximum length of the field's text, in Characters, or a negative number if the length is not limited.
Remarks
This method is specific to a text field.
See Also