| Visual Basic (Declaration) | |
|---|---|
Public Enum CodecsJpeg2000CompressionControl Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsJpeg2000CompressionControl | |
| C# | |
|---|---|
public enum CodecsJpeg2000CompressionControl : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class CodecsJpeg2000CompressionControl : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Lossless | Lossless compression. |
| QualityFactor | Compress the file based on the value of the CodecsJpegSaveOptions.QualityFactor. |
| Ratio | Compress the file based on the value of the CodecsJpeg2000SaveOptions.CompressionRatio. |
| TargetSize | Compress the file based on the value of the CodecsJpeg2000SaveOptions.TargetFileSize. |
For an example, refer to CodecsJpeg2000Options.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000CompressionControl
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code