Gets a particular page from the collection.
public Page GetItem();
public Page GetItem(int textPosition);
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.