set_BinarizationCommand Method
In This Topic
Sets the binarization command, which must be used if color image must be converted to a black-white image before saving to a TIFF file.
Syntax
var instance = new Vintasoft.Imaging.WebTiffEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebChangePixelFormatToBlackWhiteCommandJS
returnValue = instance.set_BinarizationCommand(value);
Parameters
- value
- An instance of WebChangePixelFormatToBlackWhiteCommandJS class that defines the binarization command.
Browser Compatibility
See Also