AnnotatorRemove Method (ListAnnotationBase) |
Removes collection of annotations from document.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntaxpublic void Remove(
List<AnnotationBase> annotationsToDelete
)
Public Sub Remove (
annotationsToDelete As List(Of AnnotationBase)
)
public:
void Remove(
List<AnnotationBase^>^ annotationsToDelete
)
member Remove :
annotationsToDelete : List<AnnotationBase> -> unit
Parameters
- annotationsToDelete
- Type: System.Collections.GenericListAnnotationBase
The annotations that must be removed.
Remarks
See Also