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