Back to Devexpress

PdfViewer.SelectWord(PdfDocumentPosition) Method

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-dot-selectword-x28-devexpress-dot-pdf-dot-pdfdocumentposition-x29.md

latest1.5 KB
Original Source

PdfViewer.SelectWord(PdfDocumentPosition) Method

Selects a word at the specified document position.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.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.

|

Remarks

The SelectWord method uses the page coordinate system. See the Coordinate Systems topic for more information.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace