VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebGaussianBlurCommandJS type / get_AutoCalculateSigma Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoCalculateSigma Method
    In This Topic
    Gets a value indicating whether the sigma is calculated automatically.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebGaussianBlurCommandJS();
    
    var value; // Type: boolean
    value = instance.get_AutoCalculateSigma();
    
    
    function get_AutoCalculateSigma() : boolean;
    

    Return Value

    True - the sigma is calculated automatically; False - the sigma is NOT calculated automatically. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also