LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsJpeg2000CompressionControl Enumeration

Show in webframe







Indicates the compression control method.
Syntax
public enum CodecsJpeg2000CompressionControl : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CodecsJpeg2000CompressionControl 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsJpeg2000CompressionControl
public enum CodecsJpeg2000CompressionControl : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0LosslessLossless compression.
1RatioCompress the file based on the value of the CodecsJpeg2000SaveOptions.CompressionRatio.
2TargetSizeCompress the file based on the value of the CodecsJpeg2000SaveOptions.TargetFileSize.
3QualityFactorCompress the file based on the value of the CodecsJpegSaveOptions.QualityFactor.
Example
For an example, refer to CodecsJpeg2000Options.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsJpeg2000CompressionControl

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace
Programming With JPEG 2000 Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.