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

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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