ClassPdfViewerZoomOutCommand
Class
Represents a command for zooming out in a PDF viewer.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class PdfViewerZoomOutCommand : PdfViewerCommand, INotifyPropertyChanged, ICommand
Inheritance: objectNotifyPropertyChangedBasePdfViewerCommandPdfViewerZoomOutCommand
Implements:
Inherited Members
Constructors
PdfViewerZoomOutCommand()
Declaration
cs-api-definition
public PdfViewerZoomOutCommand()
Methods
CanExecute(object)
Determines whether the zoom out command can be executed.
Execute(object)
Executes the zoom out command.
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
The command parameter.
Overrides