AnnotatorRemove Method (AnnotationBase)
Removes annotation from document.

Namespace: GroupDocs.Annotation
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public void Remove(
	AnnotationBase annotation
)

Parameters

annotation
Type: GroupDocs.Annotation.Models.AnnotationModelsAnnotationBase
Annotation that must be removed.
Remarks
Learn more
See Also