ClassPdfViewerNavigateToPageCommand
Class
Represents a command that navigates to a specific page in the PDF document by page index. This command allows direct navigation to any page within the document bounds.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class PdfViewerNavigateToPageCommand : PdfViewerCommand, INotifyPropertyChanged, ICommand
Inheritance: objectNotifyPropertyChangedBasePdfViewerCommandPdfViewerNavigateToPageCommand
Implements:
Inherited Members
Constructors
PdfViewerNavigateToPageCommand()
Declaration
cs-api-definition
public PdfViewerNavigateToPageCommand()
Methods
CanExecute(object)
Determines whether the navigate to page command can be executed.
Execute(object)
Executes the navigate to page command to go to the specified page index.