# org.jpedal.jbig2.decoders.JBIG2StreamDecoder.appendBitmap

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="org_jpedal_jbig2_decoders_JBIG2StreamDecoder_appendBitmap_" data-uid="org.jpedal.jbig2.decoders.JBIG2StreamDecoder.appendBitmap*">appendBitmap Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="org_jpedal_jbig2_decoders_JBIG2StreamDecoder_appendBitmap_" data-uid="org.jpedal.jbig2.decoders.JBIG2StreamDecoder.appendBitmap*"></a>
<h4 id="org_jpedal_jbig2_decoders_JBIG2StreamDecoder_appendBitmap_org_jpedal_jbig2_image_JBIG2Bitmap_" data-uid="org.jpedal.jbig2.decoders.JBIG2StreamDecoder.appendBitmap(org.jpedal.jbig2.image.JBIG2Bitmap)">appendBitmap(JBIG2Bitmap)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual void appendBitmap(JBIG2Bitmap bitmap)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Sub appendBitmap(bitmap As JBIG2Bitmap)</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="org.jpedal.jbig2.image.JBIG2Bitmap.html">JBIG2Bitmap</a></td>
      <td><span class="parametername">bitmap</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
