VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpLossySettingsJS type / set_FilterStrength Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_FilterStrength Method
In This Topic
Gets the strength of the deblocking filter.
Syntax
var instance = new Vintasoft.Imaging.WebWebpLossySettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_FilterStrength(value);

Parameters

value
Strength of the deblocking filter. Valid values are from 0 to 100. Default value is 60.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also