AnnotatorRemove Method (ListInt32)
Removes collection of annotations from document by provided annotation ids.

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

Parameters

annotationIds
Type: System.Collections.GenericListInt32
The annotation's id that must be removed.
Remarks
Learn more
See Also