# GrapeCity.Documents.Imaging.IcoFrameEncoding

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Imaging_IcoFrameEncoding" data-uid="GrapeCity.Documents.Imaging.IcoFrameEncoding" class="text-break">IcoFrameEncoding Enum
</h1>
  <div class="markdown level0 summary"><p>Encoding of ICO frame image.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_IcoFrameEncoding_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum IcoFrameEncoding</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum IcoFrameEncoding</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Imaging_IcoFrameEncoding_Argb32">Argb32</td>
        <td><p>ARGB or 0RGB image with 8 bits per channel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_IcoFrameEncoding_Indexed1">Indexed1</td>
        <td><p>1-bit indexed image with color palette.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_IcoFrameEncoding_Indexed4">Indexed4</td>
        <td><p>4-bit indexed image with color palette.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_IcoFrameEncoding_Indexed8">Indexed8</td>
        <td><p>8-bit indexed image with color palette.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_IcoFrameEncoding_Png">Png</td>
        <td><p>The image is stored in compressed PNG format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_IcoFrameEncoding_Rgb15">Rgb15</td>
        <td><p>RGB image with 5 bits per channel, no color palette.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_IcoFrameEncoding_Rgb24">Rgb24</td>
        <td><p>RGB image with 8 bits per channel, no color palette.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
