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; }
Public ReadOnly Property Page() As Integer
This example explains an easy use of the 'TXText
int currPage = textControl1.InputPosition.Page;
Dim currPage As Integer = TextControl1.InputPosition.Page
Read only.