Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLine Class / Sections Property

In This Topic
    Sections Property
    In This Topic
    Gets the array of glyph run sections, if some embedded objects cross the text line.
    Syntax
    'Declaration
     
    Public ReadOnly Property Sections As LineSection()
    public LineSection[] Sections {get;}
    See Also