Gets a particular page from the collection.

GetItem()

public Page GetItem();

GetItem(Int)

public Page GetItem(int textPosition);

Parameters

Parameter Description
textPosition Specifies a zero-based text input position.

Return Value

The return value is null, if a page could not be found. Otherwise, it is an object of the type Page.