operator [] method

PdfAttachment operator [](
  1. int index
)

Gets the attachment by index from the collection. Read-Only.

Implementation

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