| SignDocFieldsetMappingName Method |
Set 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
Syntaxpublic void setMappingName(
string name
)
Parameters
- name
- Type: SystemString
The mapping name of the field, empty to remove any mapping name.
See Also