# CSJ2K.j2k.image.CompTransfSpec

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_image_CompTransfSpec" data-uid="CSJ2K.j2k.image.CompTransfSpec" class="text-break">CompTransfSpec Class
</h1>
  <div class="markdown level0 summary"><p>This class extends the ModuleSpec class in order to hold tile
specifications for multiple component transformation</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">CompTransfSpec</span></div>
      <div class="level3"><a class="xref" href="CSJ2K.j2k.image.forwcomptransf.ForwCompTransfSpec.html">ForwCompTransfSpec</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.image.html">CSJ2K.j2k.image</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_image_CompTransfSpec_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CompTransfSpec : ModuleSpec</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CompTransfSpec
    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_image_CompTransfSpec__ctor_System_Int32_System_Int32_System_Byte_" data-uid="CSJ2K.j2k.image.CompTransfSpec.#ctor(System.Int32,System.Int32,System.Byte)">
          <a class="xref" href="CSJ2K.j2k.image.CompTransfSpec.-ctor.html#CSJ2K_j2k_image_CompTransfSpec__ctor_System_Int32_System_Int32_System_Byte_">CompTransfSpec(int, int, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Constructs an empty 'CompTransfSpec' with the specified number of tiles
and components. This constructor is called by the decoder. Note: The
number of component is here for symmetry purpose. It is useless since
only tile specifications are meaningful.</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_image_CompTransfSpec_CompTransfUsed" data-uid="CSJ2K.j2k.image.CompTransfSpec.CompTransfUsed">
          <a class="xref" href="CSJ2K.j2k.image.CompTransfSpec.CompTransfUsed.html#CSJ2K_j2k_image_CompTransfSpec_CompTransfUsed">CompTransfUsed</a>
        </td>
        <td class="markdown level1 summary"><p>Check if component transformation is used in any of the tiles. This
method must not be used by the encoder.</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>
