VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpEncoderSettingsJS type / set_LossySettings Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_LossySettings 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: WebWebpLossySettingsJS
    
    returnValue = instance.set_LossySettings(value);
    
    
    function set_LossySettings(
    value
    An instance of WebWebpLossySettingsJS class that defines the settings of Lossy file format.
    : WebWebpLossySettingsJS
    ) : any;

    Parameters

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