GetAnnotations

GetAnnotations()

Extracts annotations from the document.

public IEnumerable<AnnotationItem> GetAnnotations()

Return Value

A collection of annotation items; null if annotation extraction isn’t supported.

See Also


GetAnnotations(int)

Extracts annotations from the document page.

public IEnumerable<AnnotationItem> GetAnnotations(int pageIndex)
Parameter Type Description
pageIndex Int32 The zero-based page index.

Return Value

A collection of annotation items; null if annotation extraction isn’t supported.

See Also