Class
PdfViewerZoomOutCommand

Represents a command for zooming out in a PDF viewer.

Definition

Constructors

PdfViewerZoomOutCommand()

Declaration

cs-api-definition
public PdfViewerZoomOutCommand()

Methods

CanExecute(object)

Determines whether the zoom out 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 zoom out command.

Declaration

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

Parameters

parameter

object

The command parameter.

Overrides PdfViewerCommand.Execute(object)