prepare method
Outputs the annotation contents.
Implementation
@override
void prepare() {
super.prepare();
annot.build(pdfPage, this, params);
}
Outputs the annotation contents.
@override
void prepare() {
super.prepare();
annot.build(pdfPage, this, params);
}