set_DetectIndexed8 Method
In This Topic
Sets a value indicating whether to check that an image is a palette image with 256 colors.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebGetImageColorDepthCommandJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_DetectIndexed8(value);
function set_DetectIndexed8(
: boolean
) : any;
Parameters
- value
- True - command must check that an image is a palette image with 256 colors; False - command must NOT check that an image is a palette image with 256 colors. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also