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: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntaxpublic string GetSelectionForWordAtPos(
CPoint point,
CPoint tolerance,
ref CRect wordRect,
ref List<CPoint> pointList
)
Parameters
- point
- Type: ComPDFKit.ImportCPoint
Coordinate - tolerance
- Type: ComPDFKit.ImportCPoint
Tolerance range - wordRect
- Type: ComPDFKit.ImportCRect
Corresponding rectangle of the word - pointList
- Type: System.Collections.GenericListCPoint
Return Value
Type:
StringWord string
See Also