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

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport" class="text-break">TiffExport Class
</h1>
  <div class="markdown level0 summary"><p>ActiveReports Tag Image File Format (TIFF) Export Component.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">TiffExport</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.IDocumentExport.html">IDocumentExport</a></div>
  </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_TiffExport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TiffExport : Component, IComponent, IDisposable, IDocumentExport</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport__ctor" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.-ctor.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport__ctor">TiffExport()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.html">TiffExport</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_CompressionScheme" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.CompressionScheme">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.CompressionScheme.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_CompressionScheme">CompressionScheme</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the compression scheme to be used when exporting a TIFF file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Dither" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Dither">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Dither.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Dither">Dither</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the image should be dithered when saving to a black and white output format such as CCITT3.<br>
If <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.CompressionScheme.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_CompressionScheme">CompressionScheme</a> is RLE or None (indicating color output) this property has no effect.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_DpiX" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.DpiX">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.DpiX.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_DpiX">DpiX</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the horizonal resolution value when exporting a TIFF.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_DpiY" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.DpiY">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.DpiY.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_DpiY">DpiY</a>
        </td>
        <td class="markdown level1 summary"><p>Get or set the vertical resolution value when exporting a TIFF.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Pagination" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Pagination">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Pagination.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Pagination">Pagination</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicates should pagination be used for resulted TIFF document or not</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_">Export(SectionDocument, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to the specified stream in TIFF.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_">Export(SectionDocument, Stream, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to the specified stream in TIFF.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_">Export(SectionDocument, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a TIFF file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport.Export.html#GrapeCity_ActiveReports_Export_Image_Tiff_Section_TiffExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_">Export(SectionDocument, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a TIFF file.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
