Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / Lines Property

In This Topic
    Lines Property
    In This Topic
    Gets the list of text lines after executing the PerformLayout method.
    Syntax
    'Declaration
     
    Public ReadOnly Property Lines As System.Collections.Generic.IReadOnlyList(Of TextLine)
    public System.Collections.Generic.IReadOnlyList<TextLine> Lines {get;}
    See Also