ComponentOne PdfViewer for UWP
GetPage(Int32) Method

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace > C1PdfViewer Class > GetPage Method : GetPage(Int32) Method
The number of the page to get.
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

Reference

C1PdfViewer Class
C1PdfViewer Members
Overload List