[]
Defines parameters used to generate a metafile representing a C1Page.
public struct PageDrawParams
Name | Description |
---|---|
PageDrawParams(EmfType?, bool, bool, bool, bool, SmoothingMode?) | PageDrawParams class constructor. |
Name | Description |
---|---|
EmfType | Specifies the metafile type. |
RenderInputControls | Indicates whether to draw input controls (see RenderInputBase). |
SmoothingMode | Smoothing mode used for drawing. |
UseGdiToDrawLinesWhenPossible | Indicates whether to use GDI functions to draw lines, in this case PDF export works better. |
Whiten | Indicates whether to fill the page with white color before drawing. |
WriteMetafileComments | Indicates whether metafile comments can be used during page drawing. |