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

In This Topic
    GetCoords Method (ITextMap)
    In This Topic
    Gets the coordinates of a TextLineFragment on the page.
    Syntax
    'Declaration
     
    Function GetCoords( _
       ByVal tlf As TextLineFragment _
    ) As Quadrilateral
    Quadrilateral GetCoords( 
       TextLineFragment tlf
    )

    Parameters

    tlf
    The TextLineFragment.

    Return Value

    A GrapeCity.Documents.Common.Quadrilateral containing the text coordinates.
    See Also