ComponentOne RichTextBox for WPF and Silverlight
GoToPage Method (C1RichTextBox)

C1.WPF.RichTextBox Namespace > C1RichTextBox Class : GoToPage Method
The number of the page to jump to.
Causes the editor to jump to a specified page number.
Syntax
'Declaration
 
Public Sub GoToPage( _
   ByVal pageNumber As System.Integer _
) 
public void GoToPage( 
   System.int pageNumber
)

Parameters

pageNumber
The number of the page to jump to.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members