# GrapeCity.ActiveReports.Export.Image.Tiff.Section.CompressionScheme

## Content

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




  <h1 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_CompressionScheme" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.CompressionScheme" class="text-break">CompressionScheme Enum
</h1>
  <div class="markdown level0 summary"><p>Used to specify the compression schemed used in the resulting tiff image of the <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.html">TiffExport</a> component.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.html">GrapeCity.ActiveReports.Export.Image.Tiff.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Image.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_CompressionScheme_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CompressionScheme</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_CompressionScheme_Ccitt3">Ccitt3</td>
        <td><p>Specifies the CCITT3 compression scheme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_CompressionScheme_Ccitt4">Ccitt4</td>
        <td><p>Specifies the CCITT4 compression scheme.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_CompressionScheme_Lzw">Lzw</td>
        <td><p>Specifies the LZW compression scheme. This compression can be used for for 1, 4, and 8 bit color depths.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_CompressionScheme_None">None</td>
        <td><p>Specifies no compression.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_CompressionScheme_Rle">Rle</td>
        <td><p>Specifies the RLE compression scheme</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
