[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextLine.GetPoints

GetPoints Method

GetPoints(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
PointF[] GetPoints(int startIndex, int count)
Parameters
Type Name Description
int startIndex

The starting index of ITextChar object.

int count

The count of ITextChar objects.

Returns
Type Description
PointF[]

The array of points specifying the coordinates on the page.

GetPoints()

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

Declaration
PointF[] GetPoints()
Returns
Type Description
PointF[]

The array of points specifying the coordinates on the page.