ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / SmoothingModeEx Enumeration

In This Topic
    SmoothingModeEx Enumeration
    In This Topic
    Specifies if, and how, smoothing is applied to lines, curves and filled area edges.
    Syntax
    'Declaration
     
    Public Enum SmoothingModeEx 
       Inherits System.Enum
    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.Drawing.SmoothingModeEx

    See Also