[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextLine.GetCoords

GetCoords Method

GetCoords(int, int)

Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line.

Declaration
Quadrilateral GetCoords(int startIndex, int count)
Function GetCoords(startIndex As Integer, count As Integer) As Quadrilateral
Parameters
Type Name Description
int startIndex

The starting index of ITextChar object.

int count

The count of ITextChar objects.

Returns
Type Description
Quadrilateral

The Quadrilateral specifying the coordinates on the page.

GetCoords()

Gets the geometric coordinates (relative to the top left corner of the page) of this line.

Declaration
Quadrilateral GetCoords()
Function GetCoords() As Quadrilateral
Returns
Type Description
Quadrilateral

The Quadrilateral specifying the coordinates on the page.