# org.jpedal.jbig2.JBIG2Decoder.GlobalData

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="org_jpedal_jbig2_JBIG2Decoder_GlobalData_" data-uid="org.jpedal.jbig2.JBIG2Decoder.GlobalData*">GlobalData Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="org_jpedal_jbig2_JBIG2Decoder_GlobalData_" data-uid="org.jpedal.jbig2.JBIG2Decoder.GlobalData*"></a>
<h4 id="org_jpedal_jbig2_JBIG2Decoder_GlobalData" data-uid="org.jpedal.jbig2.JBIG2Decoder.GlobalData">GlobalData</h4>
<div class="markdown level1 summary"><p>If the data stream is taken from a PDF, there may be some global data. Pass any global data
in here.  Call this method before decodeJBIG2(...)</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual byte[] GlobalData { set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable WriteOnly Property GlobalData As Byte()</code></pre>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.ioexception">IOException</a></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="org.jpedal.jbig2.JBIG2Exception.html">JBIG2Exception</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
