Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextLine Interface / GetPoints Method / GetPoints() Method

In This Topic
    GetPoints() Method
    In This Topic
    Gets the geometric coordinates (relative to the top left corner of the page) of this line.
    Syntax
    'Declaration
     
    Overloads Function GetPoints() As System.Drawing.PointF()
    System.Drawing.PointF[] GetPoints()

    Return Value

    The array of points specifying the coordinates on the page.
    See Also