VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPngEncoderSettingsJS type / bestCompression Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    bestCompression Method
    In This Topic
    Gets the "best compression" encoder settings.
    Syntax
    var instance = new Vintasoft.Imaging.WebPngEncoderSettingsJS(filterMethod, compressionLevel);
    
    var value; // Type: Vintasoft.Imaging.WebPngEncoderSettingsJS
    value = instance.bestCompression();
    
    
    function bestCompression() : WebPngEncoderSettingsJS;
    

    Return Value

    An instance of WebPngEncoderSettingsJS class
    Browser Compatibility
    56+
    45+
    11
    See Also