Click or drag to resize
SignDocFieldsetName Method
Set the name of the field Different document types impose different restrictions on field names.PDF fields have hierarchical field names with components separated by dots. SignDocDocument.setField() operates on the field having a fully - qualified name which equals the name set by this function.In consequence, SignDocDocument.setField() cannot change the name of a field.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
public void setName(
	string name
)

Parameters

name
Type: SystemString
Name of the field.
See Also