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, bool writeMetafileComments ) |
Visual Basic |
---|
Public Sub Draw ( _ graphics As Graphics, _ renderInputControls As Boolean, _ writeMetafileComments 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).
- writeMetafileComments
- Type: System..::..Boolean
Indicates whether to draw metafile comments, like outlines, hyperlinks etc.