addAnnotation method

void addAnnotation(
  1. PdfAnnot ob
)

This adds an Annotation to the page.

Implementation

void addAnnotation(PdfAnnot ob) {
  annotations.add(ob);
}