Class
PdfViewerNavigateToNextPageCommand

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

Constructors

PdfViewerNavigateToNextPageCommand()

Declaration

cs-api-definition
public PdfViewerNavigateToNextPageCommand()

Methods

CanExecute(object)

Determines whether the navigate to next page command can be executed.

Declaration

cs-api-definition
public override bool CanExecute(object parameter)

Parameters

parameter

object

The command parameter.

Returns

bool

true if there is a next page to navigate to; otherwise, false.

Overrides PdfViewerCommand.CanExecute(object)

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

object

The command parameter.

Overrides PdfViewerCommand.Execute(object)