# CSJ2K.Color.Boxes.ColorSpecificationBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_Color_Boxes_ColorSpecificationBox" data-uid="CSJ2K.Color.Boxes.ColorSpecificationBox" class="text-break">ColorSpecificationBox Class
</h1>
  <div class="markdown level0 summary"><p>This class models the Color Specification Box in a JP2 image.</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">ColorSpecificationBox</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_ColorSpecificationBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ColorSpecificationBox : JP2Box</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ColorSpecificationBox
    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_ColorSpecificationBox__ctor_CSJ2K_j2k_io_RandomAccessIO_System_Int32_" data-uid="CSJ2K.Color.Boxes.ColorSpecificationBox.#ctor(CSJ2K.j2k.io.RandomAccessIO,System.Int32)">
          <a class="xref" href="CSJ2K.Color.Boxes.ColorSpecificationBox.-ctor.html#CSJ2K_Color_Boxes_ColorSpecificationBox__ctor_CSJ2K_j2k_io_RandomAccessIO_System_Int32_">ColorSpecificationBox(RandomAccessIO, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Construct a ColorSpecificationBox from an input image.</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_Color_Boxes_ColorSpecificationBox_ColorSpace" data-uid="CSJ2K.Color.Boxes.ColorSpecificationBox.ColorSpace">
          <a class="xref" href="CSJ2K.Color.Boxes.ColorSpecificationBox.ColorSpace.html#CSJ2K_Color_Boxes_ColorSpecificationBox_ColorSpace">ColorSpace</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="CSJ2K_Color_Boxes_ColorSpecificationBox_ColorSpaceString" data-uid="CSJ2K.Color.Boxes.ColorSpecificationBox.ColorSpaceString">
          <a class="xref" href="CSJ2K.Color.Boxes.ColorSpecificationBox.ColorSpaceString.html#CSJ2K_Color_Boxes_ColorSpecificationBox_ColorSpaceString">ColorSpaceString</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="CSJ2K_Color_Boxes_ColorSpecificationBox_ICCProfile" data-uid="CSJ2K.Color.Boxes.ColorSpecificationBox.ICCProfile">
          <a class="xref" href="CSJ2K.Color.Boxes.ColorSpecificationBox.ICCProfile.html#CSJ2K_Color_Boxes_ColorSpecificationBox_ICCProfile">ICCProfile</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="CSJ2K_Color_Boxes_ColorSpecificationBox_Method" data-uid="CSJ2K.Color.Boxes.ColorSpecificationBox.Method">
          <a class="xref" href="CSJ2K.Color.Boxes.ColorSpecificationBox.Method.html#CSJ2K_Color_Boxes_ColorSpecificationBox_Method">Method</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="CSJ2K_Color_Boxes_ColorSpecificationBox_MethodString" data-uid="CSJ2K.Color.Boxes.ColorSpecificationBox.MethodString">
          <a class="xref" href="CSJ2K.Color.Boxes.ColorSpecificationBox.MethodString.html#CSJ2K_Color_Boxes_ColorSpecificationBox_MethodString">MethodString</a>
        </td>
        <td class="markdown level1 summary"></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_ColorSpecificationBox_ToString" data-uid="CSJ2K.Color.Boxes.ColorSpecificationBox.ToString">
          <a class="xref" href="CSJ2K.Color.Boxes.ColorSpecificationBox.ToString.html#CSJ2K_Color_Boxes_ColorSpecificationBox_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>
