Skip to main content

PdfViewerControl.SelectAll() Method

Selects all the text in a document to copy.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public void SelectAll()

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