Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface / GetPoints Method
The TextLineFragment.

In This Topic
    GetPoints Method (ITextMap)
    In This Topic
    Gets the array of points defining a polygon with coordinates of a TextLineFragment on the page.
    Syntax
    'Declaration
     
    Function GetPoints( _
       ByVal tlf As TextLineFragment _
    ) As System.Drawing.PointF()
    System.Drawing.PointF[] GetPoints( 
       TextLineFragment tlf
    )

    Parameters

    tlf
    The TextLineFragment.

    Return Value

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