VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebBinarizeCommandJS type / get_WindowRadius Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_WindowRadius Method
    In This Topic
    Gets the radius of the local window for adaptive binarization mode.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebBinarizeCommandJS();
    
    var value; // Type: number
    value = instance.get_WindowRadius();
    
    
    function get_WindowRadius() : number;
    

    Return Value

    Radius of the local window. Valid values are from 0 to 256. Default value is 15.
    Browser Compatibility
    56+
    45+
    11
    See Also