C#
Objective-C
C++
public float CompressionRatio { get; set; }
@property (nonatomic, assign) float compressionRatio;
public:
property float CompressionRatio {
float get();
void set ( float value);
}
Value that indicates the compression ratio to use. This value is used only if the CompressionControl property is set to Ratio.
For an example, refer to Jpeg2000Options.