CPDFTextPageGetSelectionForWordAtPos Method |
Given a point in page-space, gets a selection representing a whole word at that point.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax public string GetSelectionForWordAtPos(
CPoint point,
CPoint tolerance,
ref CRect wordRect
)
Parameters
- point
- Type: CPoint
Coordinate - tolerance
- Type: CPoint
Tolerance range - wordRect
- Type: CRect
Corresponding rectangle of the word
Return Value
Type:
StringWord string
See Also