| SignDocTextFieldAttributessetRest Method |
Set unparsed parts of default appearance string.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setRest(
string input
)
Public Sub setRest (
input As String
)
public:
void setRest(
String^ input
)
member setRest :
input : string -> unit
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