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 System.Integer
'Usage
Dim instance As Jpeg2000CompressionOptions
Dim value As System.Integer
value = instance.ActualLevels
public System.int ActualLevels {get;}
public read-only property ActualLevels: System.Integer;
public function get ActualLevels : System.int
public: __property System.int get_ActualLevels();
public:
property System.int ActualLevels {
System.int get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also