C#
VB
Java
Objective-C
WinRT C#
C++
Indicates the compression control method.
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
Value | Member | Description |
---|---|---|
0 | Lossless | Lossless compression. |
1 | Ratio | Compress the file based on the value of the CompressionRatio. |
2 | TargetSize | Compress the file based on the value of the TargetFileSize. |
3 | QualityFactor | Compress the file based on the value of the QualityFactor. |
For an example, refer to CodecsJpeg2000Options.
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