# CSJ2K.Icc.Types.ICCProfileVersion

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="CSJ2K_Icc_Types_ICCProfileVersion" data-uid="CSJ2K.Icc.Types.ICCProfileVersion" class="text-break">ICCProfileVersion Class
</h1>
  <div class="markdown level0 summary"><p>This class describes the ICCProfile Version as contained in
the header of the ICC Profile.</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">ICCProfileVersion</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="CSJ2K.Icc.Types.html">CSJ2K.Icc.Types</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Pdf.4.8.dll</h6>
  <h5 id="CSJ2K_Icc_Types_ICCProfileVersion_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ICCProfileVersion</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ICCProfileVersion</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_Icc_Types_ICCProfileVersion__ctor_System_Byte_System_Byte_System_Byte_System_Byte_" data-uid="CSJ2K.Icc.Types.ICCProfileVersion.#ctor(System.Byte,System.Byte,System.Byte,System.Byte)">
          <a class="xref" href="CSJ2K.Icc.Types.ICCProfileVersion.-ctor.html#CSJ2K_Icc_Types_ICCProfileVersion__ctor_System_Byte_System_Byte_System_Byte_System_Byte_">ICCProfileVersion(byte, byte, byte, byte)</a>
        </td>
        <td class="markdown level1 summary"><p>Construct from constituent parts.</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_Icc_Types_ICCProfileVersion_size" data-uid="CSJ2K.Icc.Types.ICCProfileVersion.size">
          <a class="xref" href="CSJ2K.Icc.Types.ICCProfileVersion.size.html">size</a>
        </td>
        <td class="markdown level1 summary"><p>Field size</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Types_ICCProfileVersion_uMajor" data-uid="CSJ2K.Icc.Types.ICCProfileVersion.uMajor">
          <a class="xref" href="CSJ2K.Icc.Types.ICCProfileVersion.uMajor.html">uMajor</a>
        </td>
        <td class="markdown level1 summary"><p>Major revision number in binary coded decimal</p>
</td>
      </tr>
      <tr>
        <td id="CSJ2K_Icc_Types_ICCProfileVersion_uMinor" data-uid="CSJ2K.Icc.Types.ICCProfileVersion.uMinor">
          <a class="xref" href="CSJ2K.Icc.Types.ICCProfileVersion.uMinor.html">uMinor</a>
        </td>
        <td class="markdown level1 summary"><p>Minor revision in high nibble, bug fix revision<br>
in low nibble, both in binary coded decimal</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_Icc_Types_ICCProfileVersion_ToString" data-uid="CSJ2K.Icc.Types.ICCProfileVersion.ToString">
          <a class="xref" href="CSJ2K.Icc.Types.ICCProfileVersion.ToString.html#CSJ2K_Icc_Types_ICCProfileVersion_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>String representation of class instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
