PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / RenderInlineEnd Method

In This Topic
    RenderInlineEnd Method (C1PrintDocument)
    In This Topic
    Ends rendering of the current inline paragraph.
    Syntax
    'Declaration
     
    Public Sub RenderInlineEnd() 
    public void RenderInlineEnd()
    Remarks
    This method ends the current internally maintained RenderParagraph object used to serve any of RenderInline... calls.

    It is not necessary to call this method in order to end the current paragraph, it is also automatically ended by a call to RenderInlineBegin or any of the RenderBlock... or RenderDirect... methods.

    This method can only be used between calls to StartDoc and EndDoc methods on the current document. For details, see RenderBlock.

    See Also