←Select platform

CodecsJpeg2000CompressionControl Enumeration

Summary
Indicates the compression control method.
Syntax
C#
VB
Objective-C
C++
Java
public enum CodecsJpeg2000CompressionControl   
Public Enum CodecsJpeg2000CompressionControl  
typedef NS_ENUM(NSInteger, LTCodecsJpeg2000CompressionControl) 
public enum CodecsJpeg2000CompressionControl 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.