%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
GetGrayScale Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : GetGrayScale Method
get the grayscale mode

Syntax

JScript 
public function GetGrayScale() : boolean;

Return 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.SetGrayScale

See Also