←Select platform

CompressionRatio Property

Summary

Gets or sets the value that indicates the compression ratio to use.

Syntax

C#
VB
WinRT C#
C++
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); 
} 

Property Value

Value that indicates the compression ratio to use. This value is used only if the CompressionControl property is set to Ratio.

Example

For an example, refer to Jpeg2000Options.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly