VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jpeg2000EncoderSettings Class / WaveletLevels Property
Syntax Exceptions Requirements SeeAlso
    WaveletLevels Property (Jpeg2000EncoderSettings)
    Gets or sets the number of discrete wavelet transformation levels (decomposition levels).
    Syntax
    'Declaration
    
    <DescriptionAttribute("The number of discrete wavelet transformation levels (decomposition levels).")>
    <DefaultValueAttribute(5)>
    Public Property WaveletLevels As System.Int32
    
    
     

    Property Value

    Valid values are from 0 to 32. Default value is 5.
    Exceptions
    ExceptionDescription
    Thrown if new value is less than 0 or greater than 32.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also