Gets a particular page from the collection.
public Page GetItem();Public Function GetItem() As Pagepublic Page GetItem(int textPosition);Public Function GetItem(ByVal textPosition As Integer) As Page| Parameter | Description |
|---|---|
| text |
Specifies a zero-based text input position. |
The return value is null, if a page could not be found. Otherwise, it is an object of the type Page.