LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsJpeg2000CompressionControl Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsJpeg2000CompressionControl Enumeration



Indicates the compression control method.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsJpeg2000CompressionControl 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000CompressionControl
C# 
public enum CodecsJpeg2000CompressionControl : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CodecsJpeg2000CompressionControl : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
LosslessLossless compression.
QualityFactorCompress the file based on the value of the CodecsJpegSaveOptions.QualityFactor.
RatioCompress the file based on the value of the CodecsJpeg2000SaveOptions.CompressionRatio.
TargetSizeCompress the file based on the value of the CodecsJpeg2000SaveOptions.TargetFileSize.

Example

For an example, refer to CodecsJpeg2000Options.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also