var instance = new Vintasoft.Imaging.ImageProcessing.WebGetImageColorDepthCommandJS(); var value; // Type: boolean value = instance.get_DetectBlackWhite();
function get_DetectBlackWhite() : boolean;
Return Value
True - command must check that an image is a black and white image; False - command must NOT check that an image is a black and white image. Default value is True.