ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEText Object > IGPDEText Methods > GetBBox Method |
Gets the bounding box of a character or a text run.
GetBBox (Flags As enumIGPDETextFlags, Index As Long) As
IGPDFFixedRect
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. |
IGPDFFixedRect Object, which is the bounding box of specified character or text run.