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

    Return Value

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