operator [] method

PdfSection operator [](
  1. int index
)

Gets the PdfSection at the specified index (Read only).

Implementation

PdfSection operator [](int index) => _returnValue(index);