VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebTiffEncoderSettingsJS type / get_BinarizationCommand Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_BinarizationCommand Method
    In This Topic
    Gets 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 value; // Type: Vintasoft.Imaging.ImageProcessing.WebChangePixelFormatToBlackWhiteCommandJS
    value = instance.get_BinarizationCommand();
    
    
    function get_BinarizationCommand() : WebChangePixelFormatToBlackWhiteCommandJS;
    

    Return Value

    An instance of WebChangePixelFormatToBlackWhiteCommandJS class that defines the binarization command.
    Browser Compatibility
    56+
    45+
    11
    See Also