Click or drag to resize

FieldSetMaxLen Method

Sets the maximum length of the field's text, in Characters.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetMaxLen(
	int max_len
)

Parameters

max_len
Type: SystemInt32
the new maximum length
Remarks
This method is specific to a text field.
See Also