←Select platform

CompressionRatio Property

Summary

Gets or sets the compression ratio.

Syntax
C#
VB
Objective-C
C++
Java
public float CompressionRatio { get; set; } 
Public Property CompressionRatio As Single 
@property (nonatomic, assign) float compressionRatio 
public float getCompressionRatio() 
public void setCompressionRatio(float value) 
public: 
property float CompressionRatio { 
   float get(); 
   void set (    float ); 
} 

Property Value

The compression ratio. This value is only used if CodecsJpeg2000CompressionControl.Ratio is used.

Example

For an example, refer to CodecsJpeg2000Options.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly