Class
PdfViewerZoomInCommand

Represents a command for zooming in on a PDF viewer.

Definition

Constructors

PdfViewerZoomInCommand()

Declaration

cs-api-definition
public PdfViewerZoomInCommand()

Methods

CanExecute(object)

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

Declaration

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

Parameters

parameter

object

The command parameter.

Overrides PdfViewerCommand.Execute(object)