menu
pdf_plus package
documentation
pdf.dart
PdfPage
addAnnotation method
addAnnotation method
dark_mode
light_mode
addAnnotation
method
void
addAnnotation
(
PdfAnnot
ob
)
Adds an annotation to the page.
Implementation
void addAnnotation(PdfAnnot ob) { annotations.add(ob); }
pdf_plus package
documentation
pdf
PdfPage
addAnnotation method
PdfPage class