AnnotatorRemove Method (ListAnnotationBase)
Removes collection of annotations from document.

Namespace: GroupDocs.Annotation
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax
public void Remove(
	List<AnnotationBase> annotationsToDelete
)

Parameters

annotationsToDelete
Type: System.Collections.GenericListAnnotationBase
The annotations that must be removed.
Remarks
Learn more
See Also