VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebPsdEncoderSettingsJS type / get_Compression Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Compression Method
    In This Topic
    Gets the compression of PSD file.
    Syntax
    var instance = new Vintasoft.Imaging.WebPsdEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebPsdCompressionEnumJS
    value = instance.get_Compression();
    
    
    function get_Compression() : WebPsdCompressionEnumJS;
    

    Return Value

    An instance of WebPsdCompressionEnumJS class that defines the compression of PSD file.
    Browser Compatibility
    56+
    45+
    11
    See Also