AnnotatorRemove Method (ListInt32) |
Removes collection of annotations from document by provided annotation ids.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
Syntax public void Remove(
List<int> annotationIds
)
Public Sub Remove (
annotationIds As List(Of Integer)
)
public:
void Remove(
List<int>^ annotationIds
)
member Remove :
annotationIds : List<int> -> unit
Parameters
- annotationIds
- Type: System.Collections.GenericListInt32
The annotation's id that must be removed.
Remarks See Also