# GrapeCity.ActiveReports.Core.Document.DDLib.ZLib.ZlibExtensions.DeCompress

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Core_Document_DDLib_ZLib_ZlibExtensions_DeCompress_" data-uid="GrapeCity.ActiveReports.Core.Document.DDLib.ZLib.ZlibExtensions.DeCompress*">DeCompress Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Document_DDLib_ZLib_ZlibExtensions_DeCompress_" data-uid="GrapeCity.ActiveReports.Core.Document.DDLib.ZLib.ZlibExtensions.DeCompress*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Document_DDLib_ZLib_ZlibExtensions_DeCompress_System_IO_MemoryStream_" data-uid="GrapeCity.ActiveReports.Core.Document.DDLib.ZLib.ZlibExtensions.DeCompress(System.IO.MemoryStream)">DeCompress(MemoryStream)</h4>
<div class="markdown level1 summary"><p>Decompress stream.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static MemoryStream DeCompress(this MemoryStream inStream)</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.io.memorystream">MemoryStream</a></td>
      <td><span class="parametername">inStream</span></td>
      <td><p>The memory stream that is subject to decompression.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.memorystream">MemoryStream</a></td>
      <td><p>Returns the decompressed stream.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
