PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / PageDrawParams Constructor
Specifies the metafile type.
Indicates whether to fill the page with white color before drawing.
Indicates whether to draw input controls (see RenderInputBase).
Indicates whether to use GDI functions to draw lines, in this case PDF export works better.
Indicates whether metafile comments can be used during page drawing.
Smoothing mode used for drawing.

In This Topic
    PageDrawParams Constructor
    In This Topic
    PageDrawParams class constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal emfType As Nullable(Of EmfType), _
       ByVal whiten As Boolean, _
       ByVal renderInputControls As Boolean, _
       ByVal useGdiToDrawLinesWhenPossible As Boolean, _
       ByVal writeMetafileComments As Boolean, _
       ByVal smoothingMode As Nullable(Of SmoothingMode) _
    )

    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