Click or drag to resize
SignDocDocumentgetAnnotation Method
Get a named annotation of a page. All setters will fail for the returned object.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public SignDocAnnotation getAnnotation(
	int page,
	string name
)

Parameters

page
Type: SystemInt32
The page number (1 for the first page).
name
Type: SystemString
The name of the annotation.

Return Value

Type: SignDocAnnotation
The annotation object.
See Also