DefaultSmoothingMode Property (CompatibilityOptions)
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