[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.SmoothingModeEx

SmoothingModeEx Enum

Specifies if, and how, smoothing is applied to lines, curves and filled area edges.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[CLSCompliant(true)]
public enum SmoothingModeEx

Fields

Name Description
AntiAlias

Specifies using antialiasing.

Default

Specifies default mode.

HighQuality

Specifies high qulaity rendering which has a lower rendering speed.

HighSpeed

Specifies a higher speed rendering which has a lower rendering quality.

Invalid

Specifies an invalid mode.

None

Specifies not to use antialiasing.

Extension Methods