%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetGrayScale Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetGrayScale Method
value
true :Colors of entities and images are changed to nearest grayscale colors. or false: entities and images are not changed to gray colors.
Sets the grayscale mode

Syntax

JScript 
public function SetGrayScale( 
   value : boolean
);

Parameters

value
true :Colors of entities and images are changed to nearest grayscale colors. or false: entities and images are not changed to gray colors.

Remarks

Default value is false.GetGrayScale

See Also