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

In This Topic
    GetPoints(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 GetPoints( _
       ByVal startIndex As System.Integer, _
       ByVal count As System.Integer _
    ) As System.Drawing.PointF()
    System.Drawing.PointF[] GetPoints( 
       System.int startIndex,
       System.int count
    )

    Parameters

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

    Return Value

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