get_DetectGrayscale Method
Gets a value indicating whether to check that an image is a grayscale image.
var instance = new Vintasoft.Imaging.ImageProcessing.WebGetImageColorDepthCommandJS();
var value; // Type: boolean
value = instance.get_DetectGrayscale();
function get_DetectGrayscale() : boolean;
Return Value
True - command must check that an image is a grayscale image; False - command must NOT check that an image is a grayscale image. Default value is True.