
Gets the page number in the section containing the current text input position. This property returns the page number only if the TextControl.ViewMode property has been set to ViewMode.PageView.
Introduced: 14.0.
[C#]
public int PageInSection { get; }
[Visual Basic]
Public ReadOnly Property PageInSection() As Integer
Read only.