Click or drag to resize
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.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public 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.
See Also