VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPdfEncoderSettingsJS type / set_BinarizationCommand Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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 PDF file.
    Syntax
    var instance = new Vintasoft.Imaging.WebPdfEncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebChangePixelFormatToBlackWhiteCommandJS
    
    returnValue = instance.set_BinarizationCommand(value);
    
    
    function set_BinarizationCommand(
    value
    An instance of WebChangePixelFormatToBlackWhiteCommandJS class that defines the binarization command.
    : WebChangePixelFormatToBlackWhiteCommandJS
    ) : any;

    Parameters

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