Click or drag to resize
SignDocFieldsetMaxLen Method
Set maximum length of text field.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setMaxLen(
	int maxLen
)

Parameters

maxLen
Type: SystemInt32
The maximum length (in characters) of the text field or -1 for no maximum length.
See Also