In This Topic
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);
function set_WaveletLevels(
: number
) : any;
Parameters
- value
- The number of discrete wavelet transformation levels. Valid values are from 0 to 32. Default value is 5.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is out of range. |
Browser Compatibility
See Also