ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / GoToPage Method
The number of the page to jump to.

In This Topic
    GoToPage Method
    In This Topic
    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