[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.ProgressionSpec

ProgressionSpec Class

This class extends ModuleSpec class for progression type(s) and progression order changes holding purposes.

       <p>It stores  the progression type(s) used in the  codestream. There can be
       several progression  type(s) if  progression order  changes are  used (POC
       markers).</p>
Inheritance
ProgressionSpec
Namespace: CSJ2K.j2k.entropy
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class ProgressionSpec : ModuleSpec

Constructors

Name Description
ProgressionSpec(int, int, byte)

Creates a new ProgressionSpec object for the specified number of tiles and components.

ProgressionSpec(int, int, int, IntegerSpec, byte, ParameterList)

Creates a new ProgressionSpec object for the specified number of tiles, components and the ParameterList instance.