Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / CompatibilityOptions Class / DefaultSmoothingMode Property

In This Topic
    DefaultSmoothingMode Property
    In This Topic
    Gets or sets a value indicating whether defalut System.Drawing.Drawing2D.SmoothingMode is used to draw preview pages. If this value is false (which is the default), pages are drawn using antialiased smoothing mode.
    Syntax
    'Declaration
     
    Public Property DefaultSmoothingMode As Boolean
    public bool DefaultSmoothingMode {get; set;}
    See Also