# CSJ2K.j2k.codestream.PrecInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_j2k_codestream_PrecInfo" data-uid="CSJ2K.j2k.codestream.PrecInfo" class="text-break">PrecInfo Class
</h1>
  <div class="markdown level0 summary"><p>Class that holds precinct coordinates and references to contained
code-blocks in each subband.</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">PrecInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.j2k.codestream.html">CSJ2K.j2k.codestream</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_j2k_codestream_PrecInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PrecInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PrecInfo</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_codestream_PrecInfo__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="CSJ2K.j2k.codestream.PrecInfo.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.-ctor.html#CSJ2K_j2k_codestream_PrecInfo__ctor_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_System_Int32_">PrecInfo(int, int, int, int, int, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Class constructor.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_cblk" data-uid="CSJ2K.j2k.codestream.PrecInfo.cblk">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.cblk.html">cblk</a>
        </td>
        <td class="markdown level1 summary"><p>Code-blocks belonging to this precinct in each subbands of the
resolution level</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_h" data-uid="CSJ2K.j2k.codestream.PrecInfo.h">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.h.html">h</a>
        </td>
        <td class="markdown level1 summary"><p>Precinct height in the corresponding resolution level</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_nblk" data-uid="CSJ2K.j2k.codestream.PrecInfo.nblk">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.nblk.html">nblk</a>
        </td>
        <td class="markdown level1 summary"><p>Number of code-blocks in each subband belonging to this precinct</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_r" data-uid="CSJ2K.j2k.codestream.PrecInfo.r">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.r.html">r</a>
        </td>
        <td class="markdown level1 summary"><p>Resolution level index</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_rgh" data-uid="CSJ2K.j2k.codestream.PrecInfo.rgh">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.rgh.html">rgh</a>
        </td>
        <td class="markdown level1 summary"><p>Precinct height reported in the reference grid</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_rgulx" data-uid="CSJ2K.j2k.codestream.PrecInfo.rgulx">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.rgulx.html">rgulx</a>
        </td>
        <td class="markdown level1 summary"><p>Precinct horizontal upper-left coordinate in the reference grid</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_rguly" data-uid="CSJ2K.j2k.codestream.PrecInfo.rguly">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.rguly.html">rguly</a>
        </td>
        <td class="markdown level1 summary"><p>Precinct vertical upper-left coordinate in the reference grid</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_rgw" data-uid="CSJ2K.j2k.codestream.PrecInfo.rgw">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.rgw.html">rgw</a>
        </td>
        <td class="markdown level1 summary"><p>Precinct width reported in the reference grid</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_ulx" data-uid="CSJ2K.j2k.codestream.PrecInfo.ulx">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.ulx.html">ulx</a>
        </td>
        <td class="markdown level1 summary"><p>Precinct horizontal upper-left coordinate in the corresponding
resolution level</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_uly" data-uid="CSJ2K.j2k.codestream.PrecInfo.uly">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.uly.html">uly</a>
        </td>
        <td class="markdown level1 summary"><p>Precinct vertical upper-left coordinate in the corresponding
resolution level</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_j2k_codestream_PrecInfo_w" data-uid="CSJ2K.j2k.codestream.PrecInfo.w">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.w.html">w</a>
        </td>
        <td class="markdown level1 summary"><p>Precinct width in the corresponding resolution level</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_codestream_PrecInfo_ToString" data-uid="CSJ2K.j2k.codestream.PrecInfo.ToString">
          <a class="xref" href="CSJ2K.j2k.codestream.PrecInfo.ToString.html#CSJ2K_j2k_codestream_PrecInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns PrecInfo object information in a String</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
