Back to Devexpress

PdfViewerControl.SelectWord(PdfDocumentPosition) Method

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-dot-selectword-x28-devexpress-dot-pdf-dot-pdfdocumentposition-x29.md

latest1.3 KB
Original Source

PdfViewerControl.SelectWord(PdfDocumentPosition) Method

Selects a word at the specified document position.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public void SelectWord(
    PdfDocumentPosition position
)
vb
Public Sub SelectWord(
    position As PdfDocumentPosition
)

Parameters

NameTypeDescription
positionPdfDocumentPosition

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

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace