C#
VB
WinRT C#
C++
Gets or sets the value that indicates the compression ratio to use.
public float CompressionRatio { get; set; }
Public Property CompressionRatio As Single
public float CompressionRatio {get; set;}
<br/>get_CompressionRatio();<br/>set_CompressionRatio(value);<br/>Object.defineProperty('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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET