ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / PageDrawParams Structure / SmoothingMode Property

In This Topic
    SmoothingMode Property
    In This Topic
    Smoothing mode used for drawing.
    Syntax
    'Declaration
     
    Public Property SmoothingMode As System.Nullable(Of SmoothingMode)
    public System.Nullable<SmoothingMode> SmoothingMode {get; set;}
    See Also