Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / PageDrawParams Constructor

In This Topic
    PageDrawParams Constructor
    In This Topic
    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
    whiten
    renderInputControls
    useGdiToDrawLinesWhenPossible
    writeMetafileComments
    smoothingMode
    See Also