In This Topic
Sets the settings of Lossless file format.
Syntax
var instance = new Vintasoft.Imaging.WebWebpEncoderSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebWebpLossySettingsJS
returnValue = instance.set_LossySettings(value);
function set_LossySettings(
: WebWebpLossySettingsJS
) : any;
Parameters
- value
- An instance of WebWebpLossySettingsJS class that defines the settings of Lossy file format.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also