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

In This Topic
    OpenCommand Property (C1PdfViewer)
    In This Topic
    Gets the System.Windows.Input.ICommand that opens the document using OpenFileDialog.
    Syntax
    'Declaration
     
    
    Public Property OpenCommand As ICommand
    public ICommand OpenCommand {get; set;}
    See Also