[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Recognition.Structure.Element.GetParagraphs

GetParagraphs Method

GetParagraphs()

Returns the list of ITextParagraph objects representing the content associated with the current element.

Declaration
public IList<ITextParagraph> GetParagraphs()
Public Function GetParagraphs() As IList(Of ITextParagraph)
Returns
Type Description
IList<ITextParagraph>

The list of paragraphs associated with this element.