Naviagation between pages is very easy while using Tx Text control for documents like doc, txt,rtf and html in you dot net application. We have to use InputPosition of Tx Text Control its syntex is following
public InputPosition(int page, int line, int column);
here is sample code
Dim PageNo As IntegerPageNo = InputBox(“Page no.”, “Go to page”, “1″)If [...]
Archive for the ‘TX Text Control’ Category
How to move on next page in document while using TX Text Control
Posted in TX Text Control, tagged page naviagation, txt text control on February 27, 2008 | 1 Comment »