VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpEncoderSettingsJS type / get_Method Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Method Method
    In This Topic
    Gets the image encoding method.
    Syntax
    var instance = new Vintasoft.Imaging.WebWebpEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebWebpEncodingMethodJS
    value = instance.get_Method();
    
    
    function get_Method() : WebWebpEncodingMethodJS;
    

    Return Value

    An instance of WebWebpEncodingMethodJS class that defines the image encoding method.
    Browser Compatibility
    56+
    45+
    11
    See Also