operator [] method
Gets the PdfSection at the specified index (Read only).
Implementation
PdfSection operator [](int index) => _returnValue(index);
Gets the PdfSection at the specified index (Read only).
PdfSection operator [](int index) => _returnValue(index);