ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfPageContext Class / Page Property

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