[]
Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line.
Quadrilateral GetCoords(int startIndex, int count)
| Type | Name | Description |
|---|---|---|
| int | startIndex | The starting index of ITextChar object. |
| int | count | The count of ITextChar objects. |
| Type | Description |
|---|---|
| Quadrilateral | The Quadrilateral specifying the coordinates on the page. |
Gets the geometric coordinates (relative to the top left corner of the page) of this line.
Quadrilateral GetCoords()
| Type | Description |
|---|---|
| Quadrilateral | The Quadrilateral specifying the coordinates on the page. |