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



Indicates the order of progression.

Syntax

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

Members

MemberDescription
LayerResolutionComponentPosition Quality–axis order.
ResolutionLayerComponentPosition Resolution-axis order.
ResolutionPositionComponentLayer Resolution-axis order.
PositionComponentResolutionLayer Position–axis order.
ComponentPositionResolutionLayer Color-axis order. Image starts out gray.

Example

For an example, refer to CodecsJpeg2000Options.

Remarks

This enumeration is used with the CodecsJpeg2000Options+CodecsJpeg2000SaveOptions.ProgressingOrder property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsJpeg2000ProgressionsOrder

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also