operator [] method

PdfAnnotation operator [](
  1. int index
)

Gets the PdfAnnotation at the specified index.

Implementation

PdfAnnotation operator [](int index) => _helper.getValue(index);