menu
dax_flutter package
documentation
pdfviewer.dart
PdfViewerControllerIns
getAnnotations method
getAnnotations method
dark_mode
light_mode
getAnnotations
method
List
<
Annotation
>
getAnnotations
(
)
inherited
Gets the list of annotations in the PDF.
Implementation
List<Annotation> getAnnotations() { return _annotations; }
dax_flutter package
documentation
pdfviewer
PdfViewerControllerIns
getAnnotations method
PdfViewerControllerIns class