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);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also