DicomObjects.NET Core Documentation
DicomObjects.Codecs 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also