PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderParagraphFragment Class / RenderObject Property

In This Topic
    RenderObject Property (RenderParagraphFragment)
    In This Topic
    Gets the RenderParagraph that produced the current fragment.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property RenderObject As RenderParagraph
    public new RenderParagraph RenderObject {get;}
    See Also