GetAnnotations
Leave feedback
On this page
Extracts annotations from the document.
public IEnumerable<AnnotationItem> GetAnnotations()
A collection of annotation items; null if annotation extraction isn’t supported.
- class AnnotationItem
- class Parser
- namespace GroupDocs.Parser
- assembly GroupDocs.Parser
Extracts annotations from the document page.
public IEnumerable<AnnotationItem> GetAnnotations(int pageIndex)
| Parameter | Type | Description |
|---|---|---|
| pageIndex | Int32 | The zero-based page index. |
A collection of annotation items; null if annotation extraction isn’t supported.
- class AnnotationItem
- class Parser
- namespace GroupDocs.Parser
- assembly GroupDocs.Parser
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.