ClassPdfViewerNavigateToNextPageCommand
Class
Represents a command that navigates to the next page in the PDF document. This command advances the viewer to the subsequent page if available.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class PdfViewerNavigateToNextPageCommand : PdfViewerCommand, INotifyPropertyChanged, ICommand
Inheritance: objectNotifyPropertyChangedBasePdfViewerCommandPdfViewerNavigateToNextPageCommand
Implements:
Inherited Members
Constructors
PdfViewerNavigateToNextPageCommand()
Declaration
cs-api-definition
public PdfViewerNavigateToNextPageCommand()
Methods
CanExecute(object)
Determines whether the navigate to next page command can be executed.
Execute(object)
Executes the navigate to next page command to advance to the subsequent page in the document.
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
The command parameter.
Overrides