|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
| Leadtools.Codecs Namespace : CodecsJpeg2000CompressionControl Enumeration |
public enum CodecsJpeg2000CompressionControl : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum CodecsJpeg2000CompressionControl Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As CodecsJpeg2000CompressionControl
public enum CodecsJpeg2000CompressionControl : System.IComparable, System.IConvertible, System.IFormattable
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| 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. ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000CompressionControl