# GrapeCity.ActiveReports.Export.Image.Tiff.Section.Internal.ITiffExport.Export

## Content

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



<h1 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_Internal_ITiffExport_Export_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.Internal.ITiffExport.Export*">Export Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_Internal_ITiffExport_Export_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.Internal.ITiffExport.Export*"></a>
<h4 id="GrapeCity_ActiveReports_Export_Image_Tiff_Section_Internal_ITiffExport_Export_GrapeCity_ActiveReports_Export_Image_Tiff_Section_ExportSettings_System_Collections_Generic_IEnumerable_GrapeCity_ActiveReports_Document_Section_Document_Filters_IFilteredPage__GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Export.Image.Tiff.Section.Internal.ITiffExport.Export(GrapeCity.ActiveReports.Export.Image.Tiff.Section.ExportSettings,System.Collections.Generic.IEnumerable{GrapeCity.ActiveReports.Document.Section.Document.Filters.IFilteredPage},GrapeCity.ActiveReports.Document.SectionDocument,System.String,System.IO.Stream)">Export(ExportSettings, IEnumerable&lt;IFilteredPage&gt;, SectionDocument, string, Stream)</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">void Export(ExportSettings settings, IEnumerable&lt;IFilteredPage&gt; pages, SectionDocument document, string pageRange, Stream outputStream)</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><span class="xref">ExportSettings</span></td>
      <td><span class="parametername">settings</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.Section.Document.Filters.IFilteredPage.html">IFilteredPage</a>&gt;</td>
      <td><span class="parametername">pages</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Document.SectionDocument.html">SectionDocument</a></td>
      <td><span class="parametername">document</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">pageRange</span></td>
      <td></td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a></td>
      <td><span class="parametername">outputStream</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
