[]
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)
Function GetCoords(startIndex As Integer, count As Integer) As Quadrilateral
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()
Function GetCoords() As Quadrilateral
Type | Description |
---|---|
Quadrilateral | The Quadrilateral specifying the coordinates on the page. |