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
    'Usage
     
    
    Dim instance As Jpeg2000CompressionOptions
    Dim value As System.Integer
     
    instance.Levels = value
     
    value = instance.Levels
    public System.int Levels {get; set;}
    public read-write property Levels: System.Integer; 
    public function get,set Levels : System.int
    public: __property System.int get_Levels();
    public: __property void set_Levels( 
       System.int value
    );
    public:
    property System.int Levels {
       System.int get();
       void set (    System.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.8 or higher

    See Also