Click or drag to resize
SignDocDocumentremoveAnnotation Method
Remove an annotation identified by name.

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

Parameters

page
Type: SystemInt32
The page number (1 for the first page).
name
Type: SystemString
The name of the annotation, must not be empty.
See Also