Skip to main content
A newer version of this page is available. .

PdfViewerControl.SelectAll() Method

Selects all the text in a document to copy.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v19.1.dll

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