# GrapeCity.Documents.Imaging.GcIco

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_GcIco" data-uid="GrapeCity.Documents.Imaging.GcIco" class="text-break">GcIco Class
</h1>
  <div class="markdown level0 summary"><p>Represents a set of images stored in ICO format.</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">GcIco</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </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_GcIco_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GcIco : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GcIco
    Implements IDisposable</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="GrapeCity_Documents_Imaging_GcIco__ctor" data-uid="GrapeCity.Documents.Imaging.GcIco.#ctor">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.-ctor.html#GrapeCity_Documents_Imaging_GcIco__ctor">GcIco()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new empty instance of <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.html">GcIco</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco__ctor_System_Byte___" data-uid="GrapeCity.Documents.Imaging.GcIco.#ctor(System.Byte[])">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.-ctor.html#GrapeCity_Documents_Imaging_GcIco__ctor_System_Byte___">GcIco(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.html">GcIco</a> class and loads data from a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco__ctor_System_IO_Stream_" data-uid="GrapeCity.Documents.Imaging.GcIco.#ctor(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.-ctor.html#GrapeCity_Documents_Imaging_GcIco__ctor_System_IO_Stream_">GcIco(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.html">GcIco</a> class and loads data from the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco__ctor_System_String_" data-uid="GrapeCity.Documents.Imaging.GcIco.#ctor(System.String)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.-ctor.html#GrapeCity_Documents_Imaging_GcIco__ctor_System_String_">GcIco(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.html">GcIco</a> class and loads data from the specified ICO file.</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="GrapeCity_Documents_Imaging_GcIco_Frames" data-uid="GrapeCity.Documents.Imaging.GcIco.Frames">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.Frames.html#GrapeCity_Documents_Imaging_GcIco_Frames">Frames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of <a class="xref" href="GrapeCity.Documents.Imaging.IcoFrame.html">IcoFrame</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco_IsDisposed" data-uid="GrapeCity.Documents.Imaging.GcIco.IsDisposed">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.IsDisposed.html#GrapeCity_Documents_Imaging_GcIco_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.html">GcIco</a> has been disposed of.</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="GrapeCity_Documents_Imaging_GcIco_ApplyLicenseKey_System_String_" data-uid="GrapeCity.Documents.Imaging.GcIco.ApplyLicenseKey(System.String)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.ApplyLicenseKey.html#GrapeCity_Documents_Imaging_GcIco_ApplyLicenseKey_System_String_">ApplyLicenseKey(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a license key to an instance of <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.html">GcIco</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco_Dispose" data-uid="GrapeCity.Documents.Imaging.GcIco.Dispose">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.Dispose.html#GrapeCity_Documents_Imaging_GcIco_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco_Dispose_System_Boolean_" data-uid="GrapeCity.Documents.Imaging.GcIco.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.Dispose.html#GrapeCity_Documents_Imaging_GcIco_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs cleanup operations on managed and unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco_Load_System_Byte___" data-uid="GrapeCity.Documents.Imaging.GcIco.Load(System.Byte[])">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.Load.html#GrapeCity_Documents_Imaging_GcIco_Load_System_Byte___">Load(byte[])</a>
        </td>
        <td class="markdown level1 summary"><p>Loads data in ICO format from a byte array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco_Load_System_IO_Stream_" data-uid="GrapeCity.Documents.Imaging.GcIco.Load(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.Load.html#GrapeCity_Documents_Imaging_GcIco_Load_System_IO_Stream_">Load(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads data in ICO format from a stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco_Load_System_String_" data-uid="GrapeCity.Documents.Imaging.GcIco.Load(System.String)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.Load.html#GrapeCity_Documents_Imaging_GcIco_Load_System_String_">Load(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads data from the specified ICO file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco_Save_System_IO_Stream_" data-uid="GrapeCity.Documents.Imaging.GcIco.Save(System.IO.Stream)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.Save.html#GrapeCity_Documents_Imaging_GcIco_Save_System_IO_Stream_">Save(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves data in ICO format to the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcIco_Save_System_String_" data-uid="GrapeCity.Documents.Imaging.GcIco.Save(System.String)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcIco.Save.html#GrapeCity_Documents_Imaging_GcIco_Save_System_String_">Save(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves data in ICO format to the specified file.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
