Click or drag to resize
SignDocFieldgetAlternateName Method
The alternate name(if present) should be used for displaying the field name in a user interface.Currently, only PDF documents support alternate field names.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.7023.29499
Syntax
C#
public string getAlternateName()

Return Value

Type: String
The alternate name of the field, empty if the field does not have an alternate name. If flag SignDocDocument.f_keep_escape_sequences is set, the string may contain escape sequences for selecting natural languages.
See Also