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

In This Topic
    PrintCommand Property
    In This Topic
    Gets the System.Windows.Input.ICommand that performs the PrintDocument operation.
    Syntax
    'Declaration
     
    
    Public Property PrintCommand As ICommand
    public ICommand PrintCommand {get; set;}
    See Also