PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1Page Class / Draw Method / Draw(Graphics,Boolean) Method
The System.Drawing.Graphics to draw on.
Indicates whether to draw input controls (see RenderInputBase).

In This Topic
    Draw(Graphics,Boolean) Method
    In This Topic
    Draws the current page on a System.Drawing.Graphics.
    Syntax
    'Declaration
     
    Public Overloads Sub Draw( _
       ByVal graphics As Graphics, _
       ByVal renderInputControls As Boolean _
    ) 
    public void Draw( 
       Graphics graphics,
       bool renderInputControls
    )

    Parameters

    graphics
    The System.Drawing.Graphics to draw on.
    renderInputControls
    Indicates whether to draw input controls (see RenderInputBase).
    See Also