ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfPageContext Class / Page Property

In This Topic
    Page Property
    In This Topic
    Gets the visual element where the page will be rendered.
    Syntax
    'Declaration
     
    Public ReadOnly Property Page As Windows.UI.Xaml.FrameworkElement
    public Windows.UI.Xaml.FrameworkElement Page {get;}
    See Also