Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfViewer.SelectWord(PdfDocumentPosition) Method

Selects a word at the specified document position.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v24.2.dll

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

#Remarks

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

See Also