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

In This Topic
    FirstPageCommand Property (C1PdfViewer)
    In This Topic
    Gets the System.Windows.Input.ICommand that goes to the first page.
    Syntax
    'Declaration
     
    
    Public Property FirstPageCommand As ICommand
    public ICommand FirstPageCommand {get; set;}
    See Also