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

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