| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
InputPosition.Page Property |
||
| Description: | Gets the page number of the current text input position. This property returns the page number only if
the TextControl.ViewMode property has been set to ViewMode.PageView. |
|
| Syntax: |
[C#]
public int Page { get; }
[Visual Basic] Public ReadOnly Property Page() As Integer |
|
| Limitations: | Read only. |
|
| See also: | Text Selections and Character Input, Graphical Overview. | |