Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
CodecsJpeg2000CompressionControl Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsJpeg2000CompressionControl Enumeration




Indicates the compression control method.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsJpeg2000CompressionControl 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000CompressionControl
C# 
public enum CodecsJpeg2000CompressionControl : Enum 
Managed Extensions for C++ 
__value public enum CodecsJpeg2000CompressionControl : public Enum 
C++/CLI 
public enum class CodecsJpeg2000CompressionControl : public Enum 

Members

MemberDescription
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.

Example

For an example, refer to CodecsJpeg2000Options.

Inheritance Hierarchy

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

Requirements

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

See Also