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
)
Public Sub SetMaxLen (
max_len As Integer
)
public:
virtual void SetMaxLen(
[InAttribute] int max_len
) sealed
function SetMaxLen(max_len);
Parameters
- max_len
- Type: SystemInt32
the new maximum length
Remarks This method is specific to a text field.
See Also