# CSJ2K.j2k.entropy.ProgressionSpec

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_entropy_ProgressionSpec" data-uid="CSJ2K.j2k.entropy.ProgressionSpec" class="text-break">ProgressionSpec Class
</h1>
  <div class="markdown level0 summary"><p>This class extends ModuleSpec class for progression type(s) and progression
order changes holding purposes.</p>
<pre><code>       &lt;p&gt;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).&lt;/p&gt;
</code></pre>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="CSJ2K.j2k.ModuleSpec.html">ModuleSpec</a></div>
    <div class="level2"><span class="xref">ProgressionSpec</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.entropy.html">CSJ2K.j2k.entropy</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_entropy_ProgressionSpec_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ProgressionSpec : ModuleSpec</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ProgressionSpec
    Inherits ModuleSpec</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_entropy_ProgressionSpec__ctor_System_Int32_System_Int32_System_Byte_" data-uid="CSJ2K.j2k.entropy.ProgressionSpec.#ctor(System.Int32,System.Int32,System.Byte)">
          <a class="xref" href="CSJ2K.j2k.entropy.ProgressionSpec.-ctor.html#CSJ2K_j2k_entropy_ProgressionSpec__ctor_System_Int32_System_Int32_System_Byte_">ProgressionSpec(int, int, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ProgressionSpec object for the specified number of tiles
and components.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_entropy_ProgressionSpec__ctor_System_Int32_System_Int32_System_Int32_CSJ2K_j2k_IntegerSpec_System_Byte_CSJ2K_j2k_util_ParameterList_" data-uid="CSJ2K.j2k.entropy.ProgressionSpec.#ctor(System.Int32,System.Int32,System.Int32,CSJ2K.j2k.IntegerSpec,System.Byte,CSJ2K.j2k.util.ParameterList)">
          <a class="xref" href="CSJ2K.j2k.entropy.ProgressionSpec.-ctor.html#CSJ2K_j2k_entropy_ProgressionSpec__ctor_System_Int32_System_Int32_System_Int32_CSJ2K_j2k_IntegerSpec_System_Byte_CSJ2K_j2k_util_ParameterList_">ProgressionSpec(int, int, int, IntegerSpec, byte, ParameterList)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new ProgressionSpec object for the specified number of tiles,
components and the ParameterList instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
