Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextParagraph Interface / Runs Property

In This Topic
    Runs Property
    In This Topic
    Gets the list of text runs that comprise this paragraph.
    Syntax
    'Declaration
     
    ReadOnly Property Runs As System.Collections.Generic.IReadOnlyList(Of ITextRun)
    System.Collections.Generic.IReadOnlyList<ITextRun> Runs {get;}
    See Also