Annotator.Add
Leave feedback
On this page
Adds annotation to document
public void Add(AnnotationBase annotation)
| Parameter | Type | Description |
|---|---|---|
| annotation | AnnotationBase | The annotation to add. |
Learn more
- More about how to add annotation to document: How to annotate document in C#
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Adds collection of annotations to a document.
public void Add(List<AnnotationBase> annotations)
| Parameter | Type | Description |
|---|---|---|
| annotations | List`1 | The annotations list to add. |
Learn more
- More about how to add annotation to document: How to annotate document 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.