| 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
Syntaxpublic ReturnCode setName(
string name
)
Parameters
- name
- Type: SystemString
The name of the annotation.
Return Value
Type:
ReturnCoderc_ok if successful.
See Also