ClassPdfViewerNavigateToPreviousPageCommand
Class
Represents a command for navigating to the previous page in a PDF viewer.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class PdfViewerNavigateToPreviousPageCommand : PdfViewerCommand, INotifyPropertyChanged, ICommand
Inheritance: objectNotifyPropertyChangedBasePdfViewerCommandPdfViewerNavigateToPreviousPageCommand
Implements:
Inherited Members
Constructors
PdfViewerNavigateToPreviousPageCommand()
Declaration
cs-api-definition
public PdfViewerNavigateToPreviousPageCommand()
Methods
CanExecute(object)
Determines whether the navigate to previous page command can be executed.
Execute(object)
Executes the navigate to previous page command.
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
The command parameter.
Overrides