| SignDocFieldsetMaxLen Method |
Set maximum length of text field.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setMaxLen(
int maxLen
)
Public Sub setMaxLen (
maxLen As Integer
)
public:
void setMaxLen(
int maxLen
)
member setMaxLen :
maxLen : int -> unit
Parameters
- maxLen
- Type: SystemInt32
The maximum length (in characters) of the text field or -1 for no maximum length.
See Also