Back to Devexpress

PdfViewerControl.SelectAllCommand Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-f59a844b.md

latest1.3 KB
Original Source

PdfViewerControl.SelectAllCommand Property

Selects all the text in a document for copying.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public ICommand SelectAllCommand { get; }
vb
Public ReadOnly Property SelectAllCommand As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

To learn more about using commands, refer to MSDN.

See Also

UnselectAllCommand

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace