PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderTocItem Class / Content Property

In This Topic
    Content Property (RenderTocItem)
    In This Topic
    Gets the ParagraphObjectCollection representing the content (text and images) of the current paragraph.
    Syntax
    'Declaration
     
    Public ReadOnly Property Content As ParagraphObjectCollection
    public ParagraphObjectCollection Content {get;}
    Remarks
    This method always returns a non-null ParagraphObjectCollection, initializing it if it did not exist. To test whether a paragraph already contains content without creating the Content collection, use the HasContent property.
    See Also