Click or drag to resize
SignDocAnnotationgetName Method
Get the name of the annotation.

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.7023.29499
Syntax
C#
public string getName()

Return Value

Type: String
The name of the annotation or an empty string if the name is not available. If flag SignDocDocument.f_keep_escape_sequences is set, the string may contain escape sequences for selecting natural languages.
See Also