Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsJpeg2000CompressionControl Enumeration








Indicates the compression control method.
Syntax
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 NS_ENUM(NSInteger, LTCodecsJpeg2000CompressionControl)
public enum CodecsJpeg2000CompressionControl
Leadtools.Codecs.CodecsJpeg2000CompressionControl = function() { };
Leadtools.Codecs.CodecsJpeg2000CompressionControl.prototype = {<br/>
  Lossless = 0,
	Ratio = 1,
	TargetSize = 2,
	QualityFactor = 3,
	
 };
public enum class CodecsJpeg2000CompressionControl : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0LosslessLossless compression.
1RatioCompress the file based on the value of the CompressionRatio.
2TargetSizeCompress the file based on the value of the TargetFileSize.
3QualityFactorCompress the file based on the value of the 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

Error processing SSI file