# CSJ2K.j2k.wavelet.analysis.ForwWTDataProps

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_wavelet_analysis_ForwWTDataProps" data-uid="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps" class="text-break">ForwWTDataProps Interface
</h1>
  <div class="markdown level0 summary"><p>This interface extends the ImgData interface with methods that are
necessary for forward wavelet data (i.e. data that is produced by a forward
wavelet transform).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.wavelet.analysis.html">CSJ2K.j2k.wavelet.analysis</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ReportViewer.4.6.2.dll</h6>
  <h5 id="CSJ2K_j2k_wavelet_analysis_ForwWTDataProps_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ForwWTDataProps : ImgData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ForwWTDataProps
    Inherits ImgData</code></pre>
  </div>
  <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_wavelet_analysis_ForwWTDataProps_CbULX" data-uid="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.CbULX">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.CbULX.html#CSJ2K_j2k_wavelet_analysis_ForwWTDataProps_CbULX">CbULX</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the horizontal offset of the code-block partition. Allowable
values are 0 and 1, nothing else.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_analysis_ForwWTDataProps_CbULY" data-uid="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.CbULY">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.CbULY.html#CSJ2K_j2k_wavelet_analysis_ForwWTDataProps_CbULY">CbULY</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the vertical offset of the code-block partition. Allowable
values are 0 and 1, nothing else.</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_wavelet_analysis_ForwWTDataProps_getAnSubbandTree_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.getAnSubbandTree(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.getAnSubbandTree.html#CSJ2K_j2k_wavelet_analysis_ForwWTDataProps_getAnSubbandTree_System_Int32_System_Int32_">getAnSubbandTree(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a reference to the root of subband tree structure representing
the subband decomposition for the specified tile-component.</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_wavelet_analysis_ForwWTDataProps_isReversible_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.isReversible(System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.wavelet.analysis.ForwWTDataProps.isReversible.html#CSJ2K_j2k_wavelet_analysis_ForwWTDataProps_isReversible_System_Int32_System_Int32_">isReversible(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the reversibility of the given tile-component. Data is
reversible when it is suitable for lossless and lossy-to-lossless
compression.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
