[]
        
(Showing Draft Content)

C1.C1Preview.PageDrawParams.-ctor

PageDrawParams Constructor

PageDrawParams(EmfType?, bool, bool, bool, bool, SmoothingMode?)

PageDrawParams class constructor.

Declaration
public PageDrawParams(EmfType? emfType, bool whiten, bool renderInputControls, bool useGdiToDrawLinesWhenPossible, bool writeMetafileComments, SmoothingMode? smoothingMode)
Parameters
Type Name Description
EmfType? emfType

Specifies the metafile type.

bool whiten

Indicates whether to fill the page with white color before drawing.

bool renderInputControls

Indicates whether to draw input controls (see RenderInputBase).

bool useGdiToDrawLinesWhenPossible

Indicates whether to use GDI functions to draw lines, in this case PDF export works better.

bool writeMetafileComments

Indicates whether metafile comments can be used during page drawing.

SmoothingMode? smoothingMode

Smoothing mode used for drawing.