PdfViewer.SelectWord(PdfDocumentPosition) Method
Selects a word at the specified document position.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v22.2.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
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