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

PdfViewerControl.SelectWord(PdfDocumentPosition) Method

Selects a word at the specified document position.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public void SelectWord(
    PdfDocumentPosition position
)

Parameters

Name Type Description
position PdfDocumentPosition

A PdfDocumentPosition object that specifies the position of the word to select. If no word is found at the specified position, the selection is cleared.

See Also