Click or drag to resize
SignDocTextFieldAttributessetRest Method
Set unparsed parts of default appearance string.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setRest(
	string input
)

Parameters

input
Type: SystemString
The new string of unparsed operators. If this string is non-empty and does not start with a space character, a space character will be prepended automatically.
See Also