Skip to main content

PdfViewerControl.SelectWord(PdfDocumentPosition) Method

Selects a word at the specified document position.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

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