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