PdfViewerControl.SelectAll() Method
In This Article
Selects all the text in a document to copy.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
#Remarks
To select a part of a document, use the PdfViewerControl.Select method.
To unselect all the text in a document, use the PdfViewerControl.UnselectAll method.
See Also