Documents for PDF, .NET Edition Documentation
Lines Property

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > TextLayout Class : Lines Property
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

Reference

TextLayout Class
TextLayout Members