Click or drag to resize
SignDocFieldgetMappingName Method
Get the mapping name of the field. The mapping name(if present) should be used for exporting field data.Currently, only PDF documents support mapping 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 getMappingName()

Return Value

Type: String
The mapping name of the field, empty if the field does not have an mapping name.
See Also