# CSJ2K.j2k.quantization.QuantStepSizeSpec

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_quantization_QuantStepSizeSpec" data-uid="CSJ2K.j2k.quantization.QuantStepSizeSpec" class="text-break">QuantStepSizeSpec Class
</h1>
  <div class="markdown level0 summary"><p>This class extends ModuleSpec class in order to hold specifications about
the quantization base normalized step size to use in each tile-component.</p>
</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">QuantStepSizeSpec</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.quantization.html">CSJ2K.j2k.quantization</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_j2k_quantization_QuantStepSizeSpec_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class QuantStepSizeSpec : ModuleSpec</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class QuantStepSizeSpec
    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_quantization_QuantStepSizeSpec__ctor_System_Int32_System_Int32_System_Byte_" data-uid="CSJ2K.j2k.quantization.QuantStepSizeSpec.#ctor(System.Int32,System.Int32,System.Byte)">
          <a class="xref" href="CSJ2K.j2k.quantization.QuantStepSizeSpec.-ctor.html#CSJ2K_j2k_quantization_QuantStepSizeSpec__ctor_System_Int32_System_Int32_System_Byte_">QuantStepSizeSpec(int, int, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructs an empty 'QuantStepSizeSpec' with specified number of
tile and components. This constructor is called by the decoder.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_quantization_QuantStepSizeSpec__ctor_System_Int32_System_Int32_System_Byte_CSJ2K_j2k_util_ParameterList_" data-uid="CSJ2K.j2k.quantization.QuantStepSizeSpec.#ctor(System.Int32,System.Int32,System.Byte,CSJ2K.j2k.util.ParameterList)">
          <a class="xref" href="CSJ2K.j2k.quantization.QuantStepSizeSpec.-ctor.html#CSJ2K_j2k_quantization_QuantStepSizeSpec__ctor_System_Int32_System_Int32_System_Byte_CSJ2K_j2k_util_ParameterList_">QuantStepSizeSpec(int, int, byte, ParameterList)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructs a new 'QuantStepSizeSpec' for the specified number of
components and tiles and the arguments of &quot;-Qstep&quot; option.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="CSJ2K.j2k.ModuleSpec.html">ModuleSpec</a></div>
  </div>

</div>
