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.6773.37566
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.
See Also