| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
SyntaxPublic Function getRest As String
public:
String^ getRest()
member getRest : unit -> string
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