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

In This Topic
    GetPage Method
    In This Topic
    Returns a copy of the FrameworkElement that represent a specified document page.
    Syntax
    'Declaration
     
    
    Public Function GetPage( _
       ByVal pageNumber As Integer _
    ) As FrameworkElement
    public FrameworkElement GetPage( 
       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