[]
Draws the current page on a Graphics.
public void Draw(Graphics graphics, PageDrawParams pdp)
| 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)
| 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)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | The Graphics to draw on. |
| bool | renderInputControls | Indicates whether to draw input controls (see RenderInputBase). |