annotations property

List<PdfAnnotation> annotations
final

The annotations found on this page, in the order returned by PDFium.

Popup annotations are inlined as PdfAnnotation.popup on their parent and are not present as top-level entries in this list.

Implementation

final List<PdfAnnotation> annotations;