| Visual Basic (Declaration) | |
|---|---|
Public Enum SmoothingModeEx Inherits System.Enum | |
| C# | |
|---|---|
public enum SmoothingModeEx : System.Enum | |
| Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Extensibility.Drawing.SmoothingModeEx