[]
PageDrawParams class constructor.
public PageDrawParams(EmfType? emfType, bool whiten, bool renderInputControls, bool useGdiToDrawLinesWhenPossible, bool writeMetafileComments, SmoothingMode? smoothingMode)
Public Sub New(emfType As EmfType?, whiten As Boolean, renderInputControls As Boolean, useGdiToDrawLinesWhenPossible As Boolean, writeMetafileComments As Boolean, smoothingMode As SmoothingMode?)
| 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. |