ComponentOne PdfViewer for UWP
C1.UWP.PdfViewer Assembly / C1.Xaml.PdfViewer Namespace / C1PdfViewer Class / LastPageCommand Property

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