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.7023.29499
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. If flag SignDocDocument.f_keep_escape_sequences is set, the string may contain escape sequences for selecting natural languages.
See Also