Represents the context that is passed as a parameter to a selection-related commands like PdfViewerCopySelectionCommand.
Definition
Namespace:Telerik.Maui.Controls.PdfViewer
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class PdfViewerSelectionCommandContext
Inheritance: objectPdfViewerSelectionCommandContext
Constructors
C#
public PdfViewerSelectionCommandContext()
Properties
Gets the RadPdfViewer instance associated with this selection command context.
C#
public RadPdfViewer PdfViewer { get; }