Gets the PdfField at the specified index.
PdfField operator [](int index) { if ((count < 0) || (index >= count)) { throw RangeError('index'); } return _helper.list[index] as PdfField; }