DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / Jpeg2000CompressionOptions Class / Levels Property

In This Topic
    Levels Property
    In This Topic
    The number of decomposition levels to use
    Syntax
    'Declaration
     
    
    Public Property Levels As System.Integer
    public System.int Levels {get; set;}
    Remarks
    By default this is -1, which allows DicomObjects to choose a suitable default value, which might depend on the size or other characteristics of the image. The actuall value used is available via the ActualLevels property.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also