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.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] public bool DefaultSmoothingMode { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(False)> _ Public Property DefaultSmoothingMode As Boolean Get Set |
Remarks
The default value for this property is False.