Method GetAt
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
GetAt(int)
Gets the element at the specified index.
public T GetAt(int index)
Parameters
index
intThe zero-based index of the element to get.
Returns
- T
The element at the specified index.