VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebAddNoiseCommandJS type / get_NoisePercentage Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_NoisePercentage Method
    In This Topic
    Gets the noise rate on image.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebAddNoiseCommandJS();
    
    var value; // Type: number
    value = instance.get_NoisePercentage();
    
    
    function get_NoisePercentage() : number;
    

    Return Value

    Noise rate. Valid values are from 0 to 100. Default value is 100.
    Browser Compatibility
    56+
    45+
    11
    See Also