menu
zezis_printing package
documentation
pdf/src/pdf/obj/page.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); }
zezis_printing package
documentation
pdf/src/pdf/obj/page
PdfPage
addAnnotation method
PdfPage class