VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpEncoderSettingsJS type / set_LosslessSettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
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);

Parameters

value
An instance of WebWebpLosslessSettingsJS class that defines the settings of Lossless file format.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also