Class
PdfViewerNavigateToPreviousPageCommand

Represents a command for navigating to the previous page in a PDF viewer.

Definition

Constructors

PdfViewerNavigateToPreviousPageCommand()

Declaration

cs-api-definition
public PdfViewerNavigateToPreviousPageCommand()

Methods

CanExecute(object)

Determines whether the navigate to previous 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 the command can be executed; otherwise, false.

Overrides PdfViewerCommand.CanExecute(object)

Execute(object)

Executes the navigate to previous page command.

Declaration

cs-api-definition
public override void Execute(object parameter)

Parameters

parameter

object

The command parameter.

Overrides PdfViewerCommand.Execute(object)