Annotator.Get
Contents
[
Hide
]
Get()
Gets collections of document annotations.
public List<AnnotationBase> Get()
Return Value
The list of annotations.
Remarks
Learn more
- More about how to get document annotations collection: How to get document annotations in C#
See Also
- class AnnotationBase
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation
Get(AnnotationType)
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. |
Return Value
The list of annotations by type.
Remarks
Learn more
- More about how to get document annotations collection: How to get document annotations in C#
See Also
- class AnnotationBase
- enum AnnotationType
- class Annotator
- namespace GroupDocs.Annotation
- assembly GroupDocs.Annotation