Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextLine Interface / GetCoords Method / GetCoords(Int32,Int32) Method
The starting index of ITextChar object.
The count of ITextChar objects.

In This Topic
    GetCoords(Int32,Int32) Method
    In This Topic
    Gets the geometric coordinates (relative to the top left corner of the page) of a range of ITextChar objects in this line.
    Syntax
    'Declaration
     
    Overloads Function GetCoords( _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer _
    ) As Quadrilateral
    Quadrilateral GetCoords( 
       System.int startIndex,
       System.int count
    )

    Parameters

    startIndex
    The starting index of ITextChar object.
    count
    The count of ITextChar objects.

    Return Value

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