Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / PageTemplate Property

In This Topic
    PageTemplate Property (C1PdfViewer)
    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