Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextLine Interface / RunFragments Property

In This Topic
    RunFragments Property
    In This Topic
    Gets the list of ITextRunFragment objects.
    Syntax
    'Declaration
     
    ReadOnly Property RunFragments As System.Collections.Generic.IReadOnlyList(Of ITextRunFragment)
    System.Collections.Generic.IReadOnlyList<ITextRunFragment> RunFragments {get;}
    See Also