ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / GetPage Method / GetPage(Int32) Method
The number of the page to get.

In This Topic
    GetPage(Int32) Method
    In This Topic
    Returns a copy of the FrameworkElement that represent a specified document page.
    Syntax
    'Declaration
     
    Public Overloads Function GetPage( _
       ByVal pageNumber As System.Integer _
    ) As Windows.UI.Xaml.FrameworkElement
    public Windows.UI.Xaml.FrameworkElement GetPage( 
       System.int pageNumber
    )

    Parameters

    pageNumber
    The number of the page to get.

    Return Value

    A copy of the FrameworkElement that represent a specified document pages.
    See Also