ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.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 System.Integer _
    ) 
    public void GoToPage( 
       System.int pageNumber
    )

    Parameters

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