ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Nullable(Of EmfType), _
       ByVal whiten As System.Boolean, _
       ByVal renderInputControls As System.Boolean, _
       ByVal useGdiToDrawLinesWhenPossible As System.Boolean, _
       ByVal writeMetafileComments As System.Boolean, _
       ByVal smoothingMode As System.Nullable(Of SmoothingMode) _
    )
    public PageDrawParams( 
       System.Nullable<EmfType> emfType,
       System.bool whiten,
       System.bool renderInputControls,
       System.bool useGdiToDrawLinesWhenPossible,
       System.bool writeMetafileComments,
       System.Nullable<SmoothingMode> smoothingMode
    )

    Parameters

    emfType
    whiten
    renderInputControls
    useGdiToDrawLinesWhenPossible
    writeMetafileComments
    smoothingMode
    See Also