VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJpeg2000EncoderSettingsJS type / get_CompressionType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CompressionType Method
    In This Topic
    Gets the compression type, determining whether compression will be lossy or lossless.
    Syntax
    var instance = new Vintasoft.Imaging.WebJpeg2000EncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebJpeg2000CompressionTypeEnumJS
    value = instance.get_CompressionType();
    
    
    function get_CompressionType() : WebJpeg2000CompressionTypeEnumJS;
    

    Return Value

    An instance of WebJpeg2000CompressionTypeEnumJS class that defines the compression type.
    Browser Compatibility
    56+
    45+
    11
    See Also