VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPngEncoderSettingsJS type / get_FilterMethod Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FilterMethod Method
    In This Topic
    Gets the preprocessing method applied to the image data before compression.
    Syntax
    var instance = new Vintasoft.Imaging.WebPngEncoderSettingsJS(filterMethod, compressionLevel);
    
    var value; // Type: Vintasoft.Imaging.WebPngFilterMethodEnumJS
    value = instance.get_FilterMethod();
    
    
    function get_FilterMethod() : WebPngFilterMethodEnumJS;
    

    Return Value

    An instance of WebPngFilterMethodEnumJS class that defines the preprocessing method.
    Browser Compatibility
    56+
    45+
    11
    See Also