VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJpeg2000EncoderSettingsJS type / set_WaveletLevels Property
Syntax Exceptions BrowserCompatibility SeeAlso
    set_WaveletLevels Method
    Sets the number of discrete wavelet transformation levels (decomposition levels).
    Syntax
    var instance = new Vintasoft.Imaging.WebJpeg2000EncoderSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_WaveletLevels(value);
    
    

    Parameters

    value
    The number of discrete wavelet transformation levels. Valid values are from 0 to 32. Default value is 5.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument is out of range.
    Browser Compatibility
    56+
    45+
    11
    See Also