Click or drag to resize
SignDocTextFieldAttributesgetRest Method
Get unparsed parts of default appearance string. If this function returns a non-empty string, there are unsupported operators in the 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 string getRest()

Return Value

Type: String
Concatenated unparsed parts of the default appearance string, ie, the default appearance string sans font name, font size, and text color. If this function returns a non-empty string, it will start with a space character.
See Also