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

In This Topic
    OpenCommand Property
    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