operator [] method
Gets the attachment by index from the collection. Read-Only.
Implementation
PdfAttachment operator [](int index) => _helper.getValue(index);
Gets the attachment by index from the collection. Read-Only.
PdfAttachment operator [](int index) => _helper.getValue(index);