ActiveReports 8
Backdrop Constructor(AntiAliasMode)
See Also 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace > Backdrop Class > Backdrop Constructor : Backdrop Constructor(AntiAliasMode)

antiAliasMode
Specifies the enumerated AntiAliasMode to use. Possible values are Auto, None, Graphics, Text, or Both.

Glossary Item Box

Initializes a new instance of the Backdrop class with the AntiAliasMode value specified.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal antiAliasMode As AntiAliasMode _
)
C# 
public Backdrop( 
   AntiAliasMode antiAliasMode
)

Parameters

antiAliasMode
Specifies the enumerated AntiAliasMode to use. Possible values are Auto, None, Graphics, Text, or Both.

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