operator [] method
Gets the PdfAnnotation at the specified index.
Implementation
PdfAnnotation operator [](int index) => _helper.getValue(index);
Gets the PdfAnnotation at the specified index.
PdfAnnotation operator [](int index) => _helper.getValue(index);