PageDrawParams Constructor
In This Topic
PageDrawParams class constructor.
Syntax
Parameters
- emfType
- Specifies the metafile type.
- whiten
- Indicates whether to fill the page with white color before drawing.
- renderInputControls
- Indicates whether to draw input controls (see RenderInputBase).
- useGdiToDrawLinesWhenPossible
- Indicates whether to use GDI functions to draw lines, in this case PDF export works better.
- writeMetafileComments
- Indicates whether metafile comments can be used during page drawing.
- smoothingMode
- Smoothing mode used for drawing.
See Also