Annotator.Get
Leave feedback
On this page
Gets collections of document annotations.
public List<AnnotationBase> Get()
The list of annotations.
Learn more
- More about how to get document annotations collection: How to get document annotations in C#
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Gets collection of document annotations by annotation type.
public List<AnnotationBase> Get(AnnotationType type)
| Parameter | Type | Description |
|---|---|---|
| type | AnnotationType | The annotations type that must be returned. |
The list of annotations by type.
Learn more
- More about how to get document annotations collection: How to get document annotations in C#
- class AnnotationBase
- enum AnnotationType
- 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.