VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpEncoderSettingsJS type / get_LossySettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_LossySettings Method
    In This Topic
    Gets the settings of Lossy file format.
    Syntax
    var instance = new Vintasoft.Imaging.WebWebpEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebWebpLossySettingsJS
    value = instance.get_LossySettings();
    
    
    function get_LossySettings() : WebWebpLossySettingsJS;
    

    Return Value

    An instance of WebWebpLossySettingsJS class that defines the settings of Lossy file format.
    Browser Compatibility
    56+
    45+
    11
    See Also