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

In This Topic
    SaveCommand Property
    In This Topic
    Gets the System.Windows.Input.ICommand that saves the document using SaveFileDialog.
    Syntax
    'Declaration
     
    
    Public Property SaveCommand As ICommand
    public ICommand SaveCommand {get; set;}
    See Also