Annotator.Remove
Leave feedback
On this page
Removes annotation from annotations list by Id.
public void Remove(int annotationId)
| Parameter | Type | Description |
|---|---|---|
| annotationId | Int32 | The annotation’s id that must be removed. |
Learn more
- More about how to remove document annotations: How to remove document annotations in C#
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Removes annotation from the document.
public void Remove(AnnotationBase annotation)
| Parameter | Type | Description |
|---|---|---|
| annotation | AnnotationBase | Annotation that must be removed. |
Learn more
- More about how to remove document annotations: How to remove document annotations in C#
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Removes collection of annotations from document by provided annotation ids.
public void Remove(List<int> annotationIds)
| Parameter | Type | Description |
|---|---|---|
| annotationIds | List`1 | The annotation’s id that must be removed. |
Learn more
- More about how to remove document annotations: How to remove document annotations in C#
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Removes collection of annotations from document.
public void Remove(List<AnnotationBase> annotationsToDelete)
| Parameter | Type | Description |
|---|---|---|
| annotationsToDelete | List`1 | The annotations that must be removed. |
Learn more
- More about how to remove document annotations: How to remove document annotations in C#
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.