| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic ReturnCode setName(
string name
)
Public Function setName (
name As String
) As ReturnCode
public:
ReturnCode setName(
String^ name
)
member setName :
name : string -> ReturnCode
Parameters
- name
- Type: SystemString
The name of the annotation.
Return Value
Type:
ReturnCoderc_ok if successful.
See Also