getAnnotations method

List<Annotation> getAnnotations()

Gets the list of annotations in the PDF.

Implementation

List<Annotation> getAnnotations() {
  return _annotations;
}