Visual Basic (Declaration) | |
---|---|
Public Enum CodecsJpeg2000CompressionControl Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CodecsJpeg2000CompressionControl : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum CodecsJpeg2000CompressionControl : public Enum |
C++/CLI | |
---|---|
public enum class CodecsJpeg2000CompressionControl : public Enum |
Member | Description |
---|---|
Lossless | Lossless compression. |
Ratio | Compress the file based on the value of the CompressionRatio. |
TargetSize | Compress the file based on the value of the TargetFileSize. |
QualityFactor | Compress the file based on the value of the QualityFactor. |
For an example, refer to CodecsJpeg2000Options.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000CompressionControl
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family