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

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