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: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntax
C#
public 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: String
Word string
See Also