Visual Basic (Declaration) | |
---|---|
Public Enum CodecsJpeg2000CompressionControl Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum CodecsJpeg2000CompressionControl : Enum |
C++/CLI | |
---|---|
public enum class CodecsJpeg2000CompressionControl : public Enum |
Member | Description |
---|---|
Lossless | Lossless compression. |
Ratio | Compress the file based on the value of the CodecsJpeg2000SaveOptions.CompressionRatio. |
TargetSize | Compress the file based on the value of the CodecsJpeg2000SaveOptions.TargetFileSize. |
QualityFactor | Compress the file based on the value of the CodecsJpegSaveOptions.QualityFactor. |
For an example, refer to CodecsJpeg2000Options.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000CompressionControl
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family