RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextBox Class / GoToPage Method
The number of the page to jump to.

In This Topic
    GoToPage Method (C1RichTextBox)
    In This Topic
    Causes the editor to jump to a specified page number.
    Syntax
    'Declaration
     
    
    Public Sub GoToPage( _
       ByVal pageNumber As Integer _
    ) 
    public void GoToPage( 
       int pageNumber
    )

    Parameters

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