# CSJ2K.Color.Boxes.ImageHeaderBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_Color_Boxes_ImageHeaderBox" data-uid="CSJ2K.Color.Boxes.ImageHeaderBox" class="text-break">ImageHeaderBox Class
</h1>
  <div class="markdown level0 summary"><p>This class models the Image Header box contained in a JP2
image.  It is a stub class here since for colormapping the
knowlege of the existance of the box in the image is sufficient.</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.Color.Boxes.JP2Box.html">JP2Box</a></div>
    <div class="level2"><span class="xref">ImageHeaderBox</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.Color.Boxes.html">CSJ2K.Color.Boxes</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_Color_Boxes_ImageHeaderBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ImageHeaderBox : JP2Box</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ImageHeaderBox
    Inherits JP2Box</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_Color_Boxes_ImageHeaderBox__ctor_CSJ2K_j2k_io_RandomAccessIO_System_Int32_" data-uid="CSJ2K.Color.Boxes.ImageHeaderBox.#ctor(CSJ2K.j2k.io.RandomAccessIO,System.Int32)">
          <a class="xref" href="CSJ2K.Color.Boxes.ImageHeaderBox.-ctor.html#CSJ2K_Color_Boxes_ImageHeaderBox__ctor_CSJ2K_j2k_io_RandomAccessIO_System_Int32_">ImageHeaderBox(RandomAccessIO, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Construct an ImageHeaderBox from an input 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_Color_Boxes_ImageHeaderBox_ToString" data-uid="CSJ2K.Color.Boxes.ImageHeaderBox.ToString">
          <a class="xref" href="CSJ2K.Color.Boxes.ImageHeaderBox.ToString.html#CSJ2K_Color_Boxes_ImageHeaderBox_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Return a suitable String representation of the class instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
