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

In This Topic
    RenderInlineBegin Method (SampleC1PrintDocument)
    In This Topic
    Begins rendering of a new inline paragraph into the C1.C1Preview.C1PrintDocument.Body of the current document, using the specified C1.C1Preview.C1PrintDocument.Style and dimensions.
    Syntax
    'Declaration
     
    Public Function RenderInlineBegin( _
       ByVal style As Style, _
       ByVal width As Object, _
       ByVal height As Object _
    ) As Boolean
    public bool RenderInlineBegin( 
       Style style,
       object width,
       object height
    )

    Parameters

    style
    width
    height
    See Also