Class
PdfViewerSelectionCommandContext

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:

cs-api-definition
public class PdfViewerSelectionCommandContext

Inheritance: objectPdfViewerSelectionCommandContext

Constructors

PdfViewerSelectionCommandContext()

Declaration

cs-api-definition
public PdfViewerSelectionCommandContext()

Properties

PdfViewer

Gets the RadPdfViewer instance associated with this selection command context.

Declaration

cs-api-definition
public RadPdfViewer PdfViewer { get; }

Property Value

RadPdfViewer