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