Annotator.Update
Leave feedback
On this page
Updates document annotation by id.
public void Update(AnnotationBase newAnnotation)
| Parameter | Type | Description |
|---|---|---|
| newAnnotation | AnnotationBase | The annotation to update (Id should be provided). |
Learn more
- More about how to update document annotations: How to update document annotations in C#
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Updates collection of document annotations by overriding the previous list with a new one
public void Update(List<AnnotationBase> annotations)
| Parameter | Type | Description |
|---|---|---|
| annotations | List`1 | The annotations list that will be set. |
Learn more
- More about how to update document annotations: How to update 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.