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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public void setAlternateName(
	string name
)

Parameters

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