Limitations
Read only.
Gets the page number of the current text input position. This property returns the page number only if the Text
public int Page { get; }
This example explains an easy use of the 'TXText
int currPage = textControl1.InputPosition.Page;
Read only.