Click or drag to resize

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.0.0.0
Syntax
C#
public string GetSelectionForWordAtPos(
	CPoint point,
	CPoint tolerance,
	ref CRect wordRect
)

Parameters

point
Type: ComPDFKit.ImportCPoint
Coordinate
tolerance
Type: ComPDFKit.ImportCPoint
Tolerance range
wordRect
Type: ComPDFKit.ImportCRect
Corresponding rectangle of the word

Return Value

Type: String
Word string
See Also