ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / PageTemplate Property

In This Topic
    PageTemplate Property
    In This Topic
    Gets or sets the System.Windows.DataTemplate used to display pages.
    Syntax
    'Declaration
     
    
    Public Property PageTemplate As DataTemplate
    public DataTemplate PageTemplate {get; set;}
    See Also