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

    Return Value

    True - variance and mean are calculated automatically; False - variance and mean are NOT calculated automatically. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also