Back to Devexpress

PdfViewerCommands.CopySelection Property

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewercommands-90735d4e.md

latest1.2 KB
Original Source

PdfViewerCommands.CopySelection Property

Returns the command that copies the selected content to the clipboard.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public Command CopySelection { get; }

Property Value

TypeDescription
Command

A command that copies the selected content to the clipboard.

|

Remarks

You can also call the PdfViewer.CopySelection method to copy the selected content to the clipboard.

Refer to the following help topic for more information about selection and highlighting in the PDF viewer control: Select and Highlight Content in DevExpress PDF Viewer for .NET MAUI.

See Also

PdfViewerCommands Class

PdfViewerCommands Members

DevExpress.Maui.Pdf Namespace