Class PdfViewerCopySelectionCommand
A command that executes the default behavior of copy-selection in the PdfViewer, which is to put the selected text in the clipboard of the current platform and clear the selection unless mouse interaction is detected.
Inheritance
System.Object
PdfViewerCopySelectionCommand
Namespace: Telerik.Maui.Controls.PdfViewer
Assembly: Telerik.Maui.Controls.dll
Syntax
public class PdfViewerCopySelectionCommand : Object, ICommand, IPdfViewerSelectionCommand
Constructors
PdfViewerCopySelectionCommand()
Declaration
public PdfViewerCopySelectionCommand()
Methods
CanExecute(Object)
Declaration
public bool CanExecute(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Execute(Object)
Declaration
public void Execute(object parameter)
Parameters
System.Object
parameter
|
Events
CanExecuteChanged
Declaration
public event EventHandler CanExecuteChanged
Event Type
System.EventHandler
|