←Select platform

CodecsJpeg2000CompressionControl Enumeration

Summary

Indicates the compression control method.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum CodecsJpeg2000CompressionControl   
Public Enum CodecsJpeg2000CompressionControl  
    
    
public enum CodecsJpeg2000CompressionControl    
typedef NS_ENUM(NSInteger, LTCodecsJpeg2000CompressionControl) 
public enum CodecsJpeg2000CompressionControl 
Leadtools.Codecs.CodecsJpeg2000CompressionControl = function() { }; 
Leadtools.Codecs.CodecsJpeg2000CompressionControl.prototype = {<br/> 
  Lossless = 0, 
    Ratio = 1, 
    TargetSize = 2, 
    QualityFactor = 3, 
     
 }; 
public enum class CodecsJpeg2000CompressionControl   

Members

ValueMemberDescription
0LosslessLossless compression.
1RatioCompress the file based on the value of the CompressionRatio.
2TargetSizeCompress the file based on the value of the TargetFileSize.
3QualityFactorCompress the file based on the value of the QualityFactor.
Example

For an example, refer to CodecsJpeg2000Options.

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.Codecs Assembly