ClassPdfViewerToggleLayoutModeCommand
Class
Command implementation used to toggle between ContinuousScroll and SinglePage layout mode.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class PdfViewerToggleLayoutModeCommand : PdfViewerCommand, INotifyPropertyChanged, ICommand
Inheritance: objectNotifyPropertyChangedBasePdfViewerCommandPdfViewerToggleLayoutModeCommand
Implements:
Inherited Members
Constructors
PdfViewerToggleLayoutModeCommand()
Declaration
cs-api-definition
public PdfViewerToggleLayoutModeCommand()
Methods
CanExecute(object)
Defines the method that determines whether the command can execute in its current state.
Execute(object)
Defines the method to be called when the command is invoked.
Declaration
cs-api-definition
public override void Execute(object parameter)
Parameters
parameter
Overrides