ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEText Object > IGPDEText Methods > IsAtPoint Method |
Tests whether a point is on specified text. Checks if the point is in a bounding box for the text.
IsAtPoint (Flags As enumIGPDETextFlags, Index As Long,
FixedPoint As IGPDFFixedPoint) As Boolean
Name | Description |
---|---|
Flags |
enumIGPDETextFlags Enumeration value that specifies whether index refers to the character offset from the beginning of the text object or the index of the text run in the text object. Must be either:
|
Index | Index of the character or text run in the text object. |
FixedPoint | A point, specified in user space coordinates. |
True if the point is on the text, False otherwise.