set_LosslessSettings Method
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: WebWebpLosslessSettingsJS
returnValue = instance.set_LosslessSettings(value);
function set_LosslessSettings(
: WebWebpLosslessSettingsJS
) : any;
Parameters
- value
- An instance of WebWebpLosslessSettingsJS class that defines the settings of Lossless file format.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also