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

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