ActiveReports 8
SmoothingModeEx Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace : SmoothingModeEx Enumeration

Glossary Item Box

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

Syntax

Visual Basic (Declaration) 
Public Enum SmoothingModeEx 
   Inherits System.Enum
C# 
public enum SmoothingModeEx : System.Enum 

Members

MemberDescription
AntiAliasSpecifies using antialiasing.
DefaultSpecifies default mode.
HighQualitySpecifies high qulaity rendering which has a lower rendering speed.
HighSpeedSpecifies a higher speed rendering which has a lower rendering quality.
InvalidSpecifies an invalid mode.
NoneSpecifies not to use antialiasing.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Drawing.SmoothingModeEx

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also