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



In This Topic
    ActualLevels Property
    In This Topic
    The number of decomposition levels actually used. If Levels is -1, then a default value (currently 5 but subject to change) is used.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualLevels As Integer
    'Usage
     
    Dim instance As Jpeg2000CompressionOptions
    Dim value As Integer
     
    value = instance.ActualLevels
    public int ActualLevels {get;}
    public:
    property int ActualLevels {
       int get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also