VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHolePunchFillingCommandJS type / set_Binarization Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Binarization Method
    In This Topic
    Sets a binarization command mode that must be applied to a not-black-white images.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHolePunchFillingCommandJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebBinarizeCommandJS
    
    returnValue = instance.set_Binarization(value);
    
    
    function set_Binarization(
    value
    An instance of WebBinarizeCommandJS class.
    : WebBinarizeCommandJS
    ) : any;

    Parameters

    value
    An instance of WebBinarizeCommandJS class.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also