Draws the current page on a Graphics.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public void Draw( Graphics graphics, bool renderInputControls ) |
Visual Basic |
---|
Public Sub Draw ( _ graphics As Graphics, _ renderInputControls As Boolean _ ) |
Parameters
- graphics
- Type: System.Drawing..::..Graphics
The Graphics to draw on.
- renderInputControls
- Type: System..::..Boolean
Indicates whether to draw input controls (see RenderInputBase).