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

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
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