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 enum LTCodecsJpeg2000CompressionControl LTCodecsJpeg2000CompressionControl;
public enum CodecsJpeg2000CompressionControl
Leadtools.Codecs.CodecsJpeg2000CompressionControl = function() { }; Leadtools.Codecs.CodecsJpeg2000CompressionControl.prototype = {
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 CodecsJpeg2000SaveOptions.CompressionRatio. |
2 | TargetSize | Compress the file based on the value of the CodecsJpeg2000SaveOptions.TargetFileSize. |
3 | QualityFactor | Compress the file based on the value of the CodecsJpegSaveOptions.QualityFactor. |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000CompressionControl