VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpLossySettingsJS type / get_SpatialNoiseShaping Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SpatialNoiseShaping Method
    In This Topic
    Gets the amplitude of the spatial noise shaping.
    Syntax
    var instance = new Vintasoft.Imaging.WebWebpLossySettingsJS();
    
    var value; // Type: number
    value = instance.get_SpatialNoiseShaping();
    
    
    function get_SpatialNoiseShaping() : number;
    

    Return Value

    Near Lossless Quality factor in percents. Valid values are from 0 to 100. Default value is 50.
    Browser Compatibility
    56+
    45+
    11
    See Also