DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / Jpeg2000CompressionOptions Class / Levels Property



    Levels Property
    The number of decomposition levels to use
    Syntax
    'Declaration
     
    Public Property Levels As Integer
     
    'Usage
     
    Dim instance As Jpeg2000CompressionOptions
    Dim value As Integer
     
    instance.Levels = value
     
    value = instance.Levels
    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.0 or higher

    See Also