DicomObjects.NET.V8
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 Integer
    'Usage
     
    Dim instance As Jpeg2000CompressionOptions
    Dim value As Integer
     
    instance.Levels = value
     
    value = instance.Levels
    public int Levels {get; set;}
    public:
    property int Levels {
       int get();
       void set (    int value);
    }
    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