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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public ReturnCode setName(
	string name
)

Parameters

name
Type: SystemString
The name of the annotation.

Return Value

Type: ReturnCode
rc_ok if successful.
See Also