2.209.3 Map.AntiAliasing

Applies to RDL 2010/01 and RDL 2016/01

The Map.AntiAliasing element specifies the anti-aliasing type for a Map. This element is optional. If the Map.AntiAliasing element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

The value of this element MUST be one of the following or an expression that evaluates to one of the following:

All: Both text and graphics have anti-aliasing applied.

Text: Only text has anti-aliasing applied.

Graphics: Only graphics have anti-aliasing applied.

None: Neither text or graphics have anti-aliasing applied.

If this element is not present, its value is interpreted as "All".

The following is the parent element of the Map.AntiAliasing element.

Parent elements

Map

The following is the XML Schema definition of the Map.AntiAliasing element.

 <xsd:element name="AntiAliasing" type="xsd:string" minOccurs="0" />