Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 
C++/CLI 
public enum class CodecsJpeg2000CompressionControl : public Enum 

Members

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

Example

For an example, refer to CodecsJpeg2000Options.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also