In This Topic
The inverse of the compression rate
Syntax
'Declaration
Public Property Rate As System.Double
'Usage
Dim instance As Jpeg2000CompressionOptions
Dim value As System.Double
instance.Rate = value
value = instance.Rate
public System.double Rate {get; set;}
public read-write property Rate: System.Double;
public function get,set Rate : System.double
public: __property System.double get_Rate();
public: __property void set_Rate(
System.double value
);
public:
property System.double Rate {
System.double get();
void set ( System.double value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also