C1.WPF.PrintDocument.4.6.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
 
Remarks
This method always returns a non-nullParagraphObjectCollection, 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