Annotator.Update
Contents
[
Hide
]
Update(AnnotationBase)
Updates document annotation by id.
public void Update(AnnotationBase newAnnotation)
| Parameter | Type | Description |
|---|---|---|
| newAnnotation | AnnotationBase | The annotation to update (Id should be provided). |
Remarks
Learn more
- More about how to update document annotations: How to update document annotations in C#
See Also
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Update(List<AnnotationBase>)
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. |
Remarks
Learn more
- More about how to update document annotations: How to update document annotations in C#
See Also
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation