Gets the page at a certain text input position.

<void> PageCollection.getItemAtTextPosition(<Number> textPosition, <RequestPageCallback> callback, [<ErrorCallback> errorCallback])

Parameters

Parameter Description
textPosition Specifies a zero-based text input position.
callback Receives the page at a certain text input position.
errorCallback Optional. Is called when the operation failed with an error.