VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / Jpeg2000EncoderSettings Class / WaveletLevels Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    WaveletLevels Property (Jpeg2000EncoderSettings)
    In This Topic
    Gets or sets the number of discrete wavelet transformation levels (decomposition levels).
    Syntax
    'Declaration
    
    <DefaultValueAttribute(5)>
    <DescriptionAttribute("The number of discrete wavelet transformation levels (decomposition levels).")>
    Public Property WaveletLevels As System.Int32
    
    
    [DefaultValue(5)]
    [Description("The number of discrete wavelet transformation levels (decomposition levels).")]
    public System.Int32 WaveletLevels { get; set; }
    
    
    [DefaultValue(5)]
    [Description("The number of discrete wavelet transformation levels (decomposition levels).")]
    public: __property System.Int32 get_WaveletLevels();
    public: __property void set_WaveletLevels(
    System.Int32 value
    );
    [DefaultValue(5)]
    [Description("The number of discrete wavelet transformation levels (decomposition levels).")]
    public:
    property System.Int32 WaveletLevels { System.Int32 get(); void set(System.Int32 value); }

    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also