Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ParagraphImage Class / FirstFragment Property

In This Topic
    FirstFragment Property (ParagraphImage)
    In This Topic
    Gets the first RenderParagraphFragment of all fragments produced by the containing RenderParagraph that contains the current ParagraphObject.
    Syntax
    'Declaration
     
    Public ReadOnly Property FirstFragment As RenderParagraphFragment
    public RenderParagraphFragment FirstFragment {get;}
    See Also