[]
        
(Showing Draft Content)

C1.C1Preview.PageDrawParams

PageDrawParams Struct

Defines parameters used to generate a metafile representing a C1Page.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public struct PageDrawParams

Constructors

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

PageDrawParams class constructor.

Properties

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.