# CSJ2K.j2k.quantization.dequantizer.DequantizerParams

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_quantization_dequantizer_DequantizerParams" data-uid="CSJ2K.j2k.quantization.dequantizer.DequantizerParams" class="text-break">DequantizerParams Class
</h1>
  <div class="markdown level0 summary"><p>This is the generic ineterface for dequantization parameters. Generally,
for each type of dequantizer, there should be a corresponding class to
store its parameters. The parameters are those that come from the bit
stream header, that concern dequantization.</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"><span class="xref">DequantizerParams</span></div>
      <div class="level2"><a class="xref" href="CSJ2K.j2k.quantization.dequantizer.StdDequantizerParams.html">StdDequantizerParams</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.quantization.dequantizer.html">CSJ2K.j2k.quantization.dequantizer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_quantization_dequantizer_DequantizerParams_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class DequantizerParams</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class DequantizerParams</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_dequantizer_DequantizerParams__ctor" data-uid="CSJ2K.j2k.quantization.dequantizer.DequantizerParams.#ctor">
          <a class="xref" href="CSJ2K.j2k.quantization.dequantizer.DequantizerParams.-ctor.html#CSJ2K_j2k_quantization_dequantizer_DequantizerParams__ctor">DequantizerParams()</a>
        </td>
        <td class="markdown level1 summary"></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_dequantizer_DequantizerParams_DequantizerType" data-uid="CSJ2K.j2k.quantization.dequantizer.DequantizerParams.DequantizerType">
          <a class="xref" href="CSJ2K.j2k.quantization.dequantizer.DequantizerParams.DequantizerType.html#CSJ2K_j2k_quantization_dequantizer_DequantizerParams_DequantizerType">DequantizerType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the type of the dequantizer for which the parameters are. The
types are defined in the Dequantizer class.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
