PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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 C1PrintDocument.RenderInlineBegin or any of the RenderBlock... or RenderDirect... methods.

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

    See Also