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

In This Topic
    GetPoints Method (ITextParagraph)
    In This Topic
    Returns the list of point arrays that specify the bounds of text fragments in this paragraph (relative to the top left corner of the page).
    Syntax
    'Declaration
     
    Function GetPoints() As System.Collections.Generic.IList(Of PointF())
    System.Collections.Generic.IList<PointF[]> GetPoints()

    Return Value

    The list of point arrays that specify the bounds.
    See Also