# GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame*">AppendFrame Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame*"></a>
<h4 id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_GrapeCity_Documents_Imaging_BilevelBitmap_GrapeCity_Documents_Imaging_TiffFrameSettings_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame(GrapeCity.Documents.Imaging.BilevelBitmap,GrapeCity.Documents.Imaging.TiffFrameSettings)">AppendFrame(BilevelBitmap, TiffFrameSettings)</h4>
<div class="markdown level1 summary"><p>Writes the specified <a class="xref" href="GrapeCity.Documents.Imaging.BilevelBitmap.html">BilevelBitmap</a> to the output stream as the next frame.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendFrame(BilevelBitmap bitmap, TiffFrameSettings frameSettings = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendFrame(bitmap As BilevelBitmap, Optional frameSettings As TiffFrameSettings = Nothing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.BilevelBitmap.html">BilevelBitmap</a></td>
      <td><span class="parametername">bitmap</span></td>
      <td><p>The source <a class="xref" href="GrapeCity.Documents.Imaging.BilevelBitmap.html">BilevelBitmap</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.TiffFrameSettings.html">TiffFrameSettings</a></td>
      <td><span class="parametername">frameSettings</span></td>
      <td><p>The settings for encoding TIFF frame.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame*"></a>
<h4 id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_GrapeCity_Documents_Imaging_GrayscaleBitmap_GrapeCity_Documents_Imaging_TiffFrameSettings_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame(GrapeCity.Documents.Imaging.GrayscaleBitmap,GrapeCity.Documents.Imaging.TiffFrameSettings)">AppendFrame(GrayscaleBitmap, TiffFrameSettings)</h4>
<div class="markdown level1 summary"><p>Writes the specified <a class="xref" href="GrapeCity.Documents.Imaging.GrayscaleBitmap.html">GrayscaleBitmap</a> to the output stream as the next frame.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendFrame(GrayscaleBitmap bitmap, TiffFrameSettings frameSettings = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendFrame(bitmap As GrayscaleBitmap, Optional frameSettings As TiffFrameSettings = Nothing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.GrayscaleBitmap.html">GrayscaleBitmap</a></td>
      <td><span class="parametername">bitmap</span></td>
      <td><p>The source <a class="xref" href="GrapeCity.Documents.Imaging.GrayscaleBitmap.html">GrayscaleBitmap</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.TiffFrameSettings.html">TiffFrameSettings</a></td>
      <td><span class="parametername">frameSettings</span></td>
      <td><p>The settings for encoding TIFF frame.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame*"></a>
<h4 id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_GrapeCity_Documents_Imaging_Indexed4bppBitmap_GrapeCity_Documents_Imaging_TiffFrameSettings_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame(GrapeCity.Documents.Imaging.Indexed4bppBitmap,GrapeCity.Documents.Imaging.TiffFrameSettings)">AppendFrame(Indexed4bppBitmap, TiffFrameSettings)</h4>
<div class="markdown level1 summary"><p>Writes the specified <a class="xref" href="GrapeCity.Documents.Imaging.Indexed4bppBitmap.html">Indexed4bppBitmap</a> to the output stream as the next frame.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendFrame(Indexed4bppBitmap bitmap, TiffFrameSettings frameSettings = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendFrame(bitmap As Indexed4bppBitmap, Optional frameSettings As TiffFrameSettings = Nothing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.Indexed4bppBitmap.html">Indexed4bppBitmap</a></td>
      <td><span class="parametername">bitmap</span></td>
      <td><p>The source <a class="xref" href="GrapeCity.Documents.Imaging.Indexed4bppBitmap.html">Indexed4bppBitmap</a> with <a class="xref" href="GrapeCity.Documents.Imaging.Indexed4bppBitmap.LowerBitsFirst.html#GrapeCity_Documents_Imaging_Indexed4bppBitmap_LowerBitsFirst">LowerBitsFirst</a> set to false.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.TiffFrameSettings.html">TiffFrameSettings</a></td>
      <td><span class="parametername">frameSettings</span></td>
      <td><p>The settings for encoding TIFF frame.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame*"></a>
<h4 id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_GrapeCity_Documents_Imaging_Indexed8bppBitmap_GrapeCity_Documents_Imaging_TiffFrameSettings_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame(GrapeCity.Documents.Imaging.Indexed8bppBitmap,GrapeCity.Documents.Imaging.TiffFrameSettings)">AppendFrame(Indexed8bppBitmap, TiffFrameSettings)</h4>
<div class="markdown level1 summary"><p>Writes the specified <a class="xref" href="GrapeCity.Documents.Imaging.Indexed8bppBitmap.html">Indexed8bppBitmap</a> to the output stream as the next frame.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendFrame(Indexed8bppBitmap bitmap, TiffFrameSettings frameSettings = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendFrame(bitmap As Indexed8bppBitmap, Optional frameSettings As TiffFrameSettings = Nothing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.Indexed8bppBitmap.html">Indexed8bppBitmap</a></td>
      <td><span class="parametername">bitmap</span></td>
      <td><p>The source <a class="xref" href="GrapeCity.Documents.Imaging.Indexed8bppBitmap.html">Indexed8bppBitmap</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.TiffFrameSettings.html">TiffFrameSettings</a></td>
      <td><span class="parametername">frameSettings</span></td>
      <td><p>The settings for encoding TIFF frame.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame*"></a>
<h4 id="GrapeCity_Documents_Imaging_GcTiffWriter_AppendFrame_GrapeCity_Documents_Imaging_GcBitmap_GrapeCity_Documents_Imaging_TiffFrameSettings_" data-uid="GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame(GrapeCity.Documents.Imaging.GcBitmap,GrapeCity.Documents.Imaging.TiffFrameSettings)">AppendFrame(GcBitmap, TiffFrameSettings)</h4>
<div class="markdown level1 summary"><p>Writes the specified <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a> to the output stream as the next frame.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void AppendFrame(GcBitmap bitmap, TiffFrameSettings frameSettings = null)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub AppendFrame(bitmap As GcBitmap, Optional frameSettings As TiffFrameSettings = Nothing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a></td>
      <td><span class="parametername">bitmap</span></td>
      <td><p>The source <a class="xref" href="GrapeCity.Documents.Imaging.GcBitmap.html">GcBitmap</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Imaging.TiffFrameSettings.html">TiffFrameSettings</a></td>
      <td><span class="parametername">frameSettings</span></td>
      <td><p>The settings for encoding TIFF frame.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
