# org.jpedal.jbig2.image.JBIG2Bitmap.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="org_jpedal_jbig2_image_JBIG2Bitmap__ctor_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.#ctor*">JBIG2Bitmap Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="org_jpedal_jbig2_image_JBIG2Bitmap__ctor_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.#ctor*"></a>
<h4 id="org_jpedal_jbig2_image_JBIG2Bitmap__ctor_System_Int32_System_Int32_org_jpedal_jbig2_decoders_ArithmeticDecoder_org_jpedal_jbig2_decoders_HuffmanDecoder_org_jpedal_jbig2_decoders_MMRDecoder_" data-uid="org.jpedal.jbig2.image.JBIG2Bitmap.#ctor(System.Int32,System.Int32,org.jpedal.jbig2.decoders.ArithmeticDecoder,org.jpedal.jbig2.decoders.HuffmanDecoder,org.jpedal.jbig2.decoders.MMRDecoder)">JBIG2Bitmap(int, int, ArithmeticDecoder, HuffmanDecoder, MMRDecoder)</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 JBIG2Bitmap(int width, int height, ArithmeticDecoder arithmeticDecoder, HuffmanDecoder huffmanDecoder, MMRDecoder mmrDecoder)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(width As Integer, height As Integer, arithmeticDecoder As ArithmeticDecoder, huffmanDecoder As HuffmanDecoder, mmrDecoder As MMRDecoder)</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">height</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="org.jpedal.jbig2.decoders.ArithmeticDecoder.html">ArithmeticDecoder</a></td>
      <td><span class="parametername">arithmeticDecoder</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="org.jpedal.jbig2.decoders.HuffmanDecoder.html">HuffmanDecoder</a></td>
      <td><span class="parametername">huffmanDecoder</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="org.jpedal.jbig2.decoders.MMRDecoder.html">MMRDecoder</a></td>
      <td><span class="parametername">mmrDecoder</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
