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