[]
Draws the current page on a Graphics.
public void Draw(Graphics graphics, PageDrawParams pdp)
Public Sub Draw(graphics As Graphics, pdp As PageDrawParams)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | The Graphics to draw on. |
| PageDrawParams | pdp | The draw parameters. |
Draws the current page on a Graphics.
public void Draw(Graphics graphics, bool renderInputControls, bool writeMetafileComments)
Public Sub Draw(graphics As Graphics, renderInputControls As Boolean, writeMetafileComments As Boolean)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | The Graphics to draw on. |
| bool | renderInputControls | Indicates whether to draw input controls (see RenderInputBase). |
| bool | writeMetafileComments | Indicates whether to draw metafile comments, like outlines, hyperlinks etc. |
Draws the current page on a Graphics.
public void Draw(Graphics graphics, bool renderInputControls)
Public Sub Draw(graphics As Graphics, renderInputControls As Boolean)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | The Graphics to draw on. |
| bool | renderInputControls | Indicates whether to draw input controls (see RenderInputBase). |