Click or drag to resize
SignDocFieldsetAlternateName Method
Set the alternate name of the field. 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 void setAlternateName(
	string name
)

Parameters

name
Type: SystemString
The alternate name of the field, empty to remove any alternate field name.
See Also