Click or drag to resize
SignDocAnnotationsetName Method
Set the name of the annotation. In PDF documents, an annotation can have a name. The names of annotations must be unique within a page. By default, annotations are unnamed.

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

Parameters

name
Type: SystemString
The name of the annotation.

Return Value

Type: ReturnCode
rc_ok if successful.
See Also