In This Topic
Sets a quality factor in percents.
Syntax
var instance = new Vintasoft.Imaging.WebWebpEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_Quality(value);
function set_Quality(
: number
) : any;
Parameters
- value
- Quality factor in percents. Valid values are from 0 to 100. Recommended values are from 40 to 80. Default value is 75.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also