# CSJ2K.j2k.quantization.QuantTypeSpec

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_quantization_QuantTypeSpec" data-uid="CSJ2K.j2k.quantization.QuantTypeSpec" class="text-break">QuantTypeSpec Class
</h1>
  <div class="markdown level0 summary"></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">QuantTypeSpec</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_QuantTypeSpec_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class QuantTypeSpec : ModuleSpec</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class QuantTypeSpec
    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_QuantTypeSpec__ctor_System_Int32_System_Int32_System_Byte_" data-uid="CSJ2K.j2k.quantization.QuantTypeSpec.#ctor(System.Int32,System.Int32,System.Byte)">
          <a class="xref" href="CSJ2K.j2k.quantization.QuantTypeSpec.-ctor.html#CSJ2K_j2k_quantization_QuantTypeSpec__ctor_System_Int32_System_Int32_System_Byte_">QuantTypeSpec(int, int, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructs an empty 'QuantTypeSpec' with the specified number of tiles
and components. This constructor is called by the decoder.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_quantization_QuantTypeSpec__ctor_System_Int32_System_Int32_System_Byte_CSJ2K_j2k_util_ParameterList_" data-uid="CSJ2K.j2k.quantization.QuantTypeSpec.#ctor(System.Int32,System.Int32,System.Byte,CSJ2K.j2k.util.ParameterList)">
          <a class="xref" href="CSJ2K.j2k.quantization.QuantTypeSpec.-ctor.html#CSJ2K_j2k_quantization_QuantTypeSpec__ctor_System_Int32_System_Int32_System_Byte_CSJ2K_j2k_util_ParameterList_">QuantTypeSpec(int, int, byte, ParameterList)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructs a new 'QuantTypeSpec' for the specified number of components
and tiles and the arguments of &quot;-Qtype&quot; option. This constructor is
called by the encoder.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_QuantTypeSpec_FullyNonReversible" data-uid="CSJ2K.j2k.quantization.QuantTypeSpec.FullyNonReversible">
          <a class="xref" href="CSJ2K.j2k.quantization.QuantTypeSpec.FullyNonReversible.html#CSJ2K_j2k_quantization_QuantTypeSpec_FullyNonReversible">FullyNonReversible</a>
        </td>
        <td class="markdown level1 summary"><p>Check the irreversibility of the whole image.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_quantization_QuantTypeSpec_FullyReversible" data-uid="CSJ2K.j2k.quantization.QuantTypeSpec.FullyReversible">
          <a class="xref" href="CSJ2K.j2k.quantization.QuantTypeSpec.FullyReversible.html#CSJ2K_j2k_quantization_QuantTypeSpec_FullyReversible">FullyReversible</a>
        </td>
        <td class="markdown level1 summary"><p>Check the reversibility of the whole image.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_QuantTypeSpec_isDerived_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.quantization.QuantTypeSpec.isDerived(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.quantization.QuantTypeSpec.isDerived.html#CSJ2K_j2k_quantization_QuantTypeSpec_isDerived_System_Int32_System_Int32_">isDerived(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if given tile-component uses derived quantization step
size.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_quantization_QuantTypeSpec_isReversible_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.quantization.QuantTypeSpec.isReversible(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.quantization.QuantTypeSpec.isReversible.html#CSJ2K_j2k_quantization_QuantTypeSpec_isReversible_System_Int32_System_Int32_">isReversible(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Check the reversibility of the given tile-component.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
