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

In This Topic
    GetCoords() Method
    In This Topic
    Gets the geometric coordinates (relative to the top left corner of the page) of this line.
    Syntax
    'Declaration
     
    Overloads Function GetCoords() As Quadrilateral
    Quadrilateral GetCoords()

    Return Value

    The GrapeCity.Documents.Common.Quadrilateral specifying the coordinates on the page.
    See Also