ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / GetPageWithSize Method

In This Topic
    GetPageWithSize Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetPageWithSize( _
       ByVal pageNumber As System.Integer, _
       ByVal papersize As Windows.Foundation.Size _
    ) As Windows.UI.Xaml.FrameworkElement
    public Windows.UI.Xaml.FrameworkElement GetPageWithSize( 
       System.int pageNumber,
       Windows.Foundation.Size papersize
    )

    Parameters

    pageNumber
    papersize
    See Also