PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / RenderInlineEnd Method

In This Topic
    RenderInlineEnd Method (SampleC1PrintDocument)
    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 C1.C1Preview.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 C1.C1Preview.C1PrintDocument.RenderInlineBegin or any of the RenderBlock... or RenderDirect... methods.

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

    See Also