PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / LastFragment Property

In This Topic
    LastFragment Property (RenderText)
    In This Topic
    Gets the last fragment of the current object, or null if Fragments has not been initialized yet.
    Syntax
    'Declaration
     
    Public ReadOnly Property LastFragment As RenderFragment
    public RenderFragment LastFragment {get;}
    See Also