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);
function set_FilterStrength(
: number
) : any;
Parameters
- value
- Strength of the deblocking filter. Valid values are from 0 to 100. Default value is 60.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also