[]
Gets the page item by specified index.
public TItem GetByIndex(int index)
Public Function GetByIndex(index As Integer) As TItem
| Type | Name | Description |
|---|---|---|
| int | index | The specified index of page. |
| Type | Description |
|---|---|
| TItem | The document page. |