menu
custom_pdf_converter package
documentation
pdf.dart
PdfPage
addAnnotation method
addAnnotation method
dark_mode
light_mode
addAnnotation
method
void
addAnnotation
(
PdfAnnot
ob
)
This adds an Annotation to the page.
Implementation
void addAnnotation(PdfAnnot ob) { annotations.add(ob); }
custom_pdf_converter package
documentation
pdf
PdfPage
addAnnotation method
PdfPage class