| SignDocDocumentgetAnnotations Method |
Get a list of all named annotations of a page.
Unnamed annotations are ignored by this function.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic string[] getAnnotations(
int page
)
Parameters
- page
- Type: SystemInt32
The page number (1 for the first page).
Return Value
Type:
String The list of annotation names.
The order is currently unspecified, a future
implementation may return the annotations in
tab order.
See Also