VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebGetImageColorDepthCommandJS type / get_DetectBlackWhite Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_DetectBlackWhite Method
In This Topic
Gets a value indicating whether to check that an image is a black and white image.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebGetImageColorDepthCommandJS();

var value; // Type: boolean
value = instance.get_DetectBlackWhite();

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.
Browser Compatibility
56+
45+
11
See Also