Sets a new input position from a page, line and column number.
Introduced: 30.0.
<void> TXTextControl.setInputPositionByPage(<number> page, <number> line, <number> column, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])| Parameter | Description |
|---|---|
| page | Specifies a page number. |
| line | Specifies a line number. |
| column | Specifies a column number. The first column is zero. |
| callback | Optional. Is called when the operation completed. |
| error |
Optional. Is called when the operation failed with an error. |