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

    Return Value

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