ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDEText Object > IGPDEText Methods > GetQuad Method |
Gets the quad bounding the specified text run or character.
The advance portion of the quad is based on the left side bearing and advance width.
GetQuad (Flags As enumIGPDETextFlags, Index As Long) As
IGPDFFixedQuad
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. |
IGPDFFixedQuad Object object that bounds the specified character or text run.