PdfViewer.SelectWord(PdfDocumentPosition) Method
In This Article
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 | Pdf |
A Pdf |
#Remarks
The SelectWord method uses the page coordinate system. See the Coordinate Systems topic for more information.
See Also