PdfViewerControl.SelectWord(PdfDocumentPosition) Method
In This Article
Selects a word at the specified document position.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public void SelectWord(
PdfDocumentPosition position
)
#Parameters
Name | Type | Description |
---|---|---|
position | Pdf |
A Pdf |
See Also