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

    Return Value

    An instance of WebTiffCompressionEnumJS class that defines the image compression algorithm.
    Browser Compatibility
    56+
    45+
    11
    See Also