[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextMap.GetPoints

GetPoints Method

GetPoints(TextLineFragment)

Gets the array of points defining a polygon with coordinates of a TextLineFragment on the page.

Declaration
PointF[] GetPoints(TextLineFragment tlf)
Function GetPoints(tlf As TextLineFragment) As PointF()
Parameters
Type Name Description
TextLineFragment tlf

The TextLineFragment.

Returns
Type Description
PointF[]

An array of points defining the polygon of the fragment on a page.