[]
        
(Showing Draft Content)

C1.C1Preview.C1Page.Draw

Draw Method

Draw(Graphics, PageDrawParams)

Draws the current page on a Graphics.

Declaration
public void Draw(Graphics graphics, PageDrawParams pdp)
Parameters
Type Name Description
Graphics graphics

The Graphics to draw on.

PageDrawParams pdp

The draw parameters.

Draw(Graphics, bool, bool)

Draws the current page on a Graphics.

Declaration
public void Draw(Graphics graphics, bool renderInputControls, bool writeMetafileComments)
Parameters
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.

Draw(Graphics, bool)

Draws the current page on a Graphics.

Declaration
public void Draw(Graphics graphics, bool renderInputControls)
Parameters
Type Name Description
Graphics graphics

The Graphics to draw on.

bool renderInputControls

Indicates whether to draw input controls (see RenderInputBase).