VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJpeg2000EncoderSettingsJS type / get_WaveletLevels Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_WaveletLevels Method
    In This Topic
    Gets the number of discrete wavelet transformation levels (decomposition levels).
    Syntax
    var instance = new Vintasoft.Imaging.WebJpeg2000EncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_WaveletLevels();
    
    
    function get_WaveletLevels() : number;
    

    Return Value

    The number of discrete wavelet transformation levels. Valid values are from 0 to 32. Default value is 5.
    Browser Compatibility
    56+
    45+
    11
    See Also