Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextMap Interface / Paragraphs Property

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