HighQuality Property

Structured Graphics Control

Turns anti-aliasing on (True) or off (False). Read/write at run time.

Syntax

HTML<PARAM NAME="Line0001" VALUE="HighQuality( 0 | 1 )">
ScriptingstructgraphObj.HighQuality( fFalse )

Possible Values

0 | 1 , fFalse
Boolean flag that turns anti-aliasing on or off for the structured graphic, default is False. In HTML PARAM tags, the possible values are 0 (False) or nonzero (True). In script, the flag can support either 0 or False, 1 (a nonzero value) or True.

Remarks

Enabling this property slows down the rendering of the structured graphic. For optimal performance, turn this property off unless you're specifically using it.


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.