get_DetectBlackWhite Method
Gets a value indicating whether to check that an image is a black and white image.
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.