Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextParagraph Interface / GetCoords Method

In This Topic
    GetCoords Method (ITextParagraph)
    In This Topic
    Returns a quadrilateral that specifies the bounds of this paragraph (relative to the top left corner of the page).
    Syntax
    'Declaration
     
    Function GetCoords() As Quadrilateral
    Quadrilateral GetCoords()

    Return Value

    The GrapeCity.Documents.Common.Quadrilateral that specifies the bounds.
    See Also