# C1.Document.Export.Ssrs.ImageExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_Ssrs_ImageExporter" data-uid="C1.Document.Export.Ssrs.ImageExporter" class="text-break">ImageExporter Class
</h1>
  <div class="markdown level0 summary"><p>Base class for all exporters performing export to image format.</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="C1.Document.Export.ExportFilter.html">ExportFilter</a></div>
    <div class="level2"><a class="xref" href="C1.Document.Export.Ssrs.Exporter.html">Exporter</a></div>
    <div class="level3"><a class="xref" href="C1.Document.Export.Ssrs.PaginatedExporter.html">PaginatedExporter</a></div>
    <div class="level4"><span class="xref">ImageExporter</span></div>
      <div class="level5"><a class="xref" href="C1.Document.Export.Ssrs.BmpExporter.html">BmpExporter</a></div>
      <div class="level5"><a class="xref" href="C1.Document.Export.Ssrs.EmfExporter.html">EmfExporter</a></div>
      <div class="level5"><a class="xref" href="C1.Document.Export.Ssrs.GifExporter.html">GifExporter</a></div>
      <div class="level5"><a class="xref" href="C1.Document.Export.Ssrs.JpegExporter.html">JpegExporter</a></div>
      <div class="level5"><a class="xref" href="C1.Document.Export.Ssrs.PngExporter.html">PngExporter</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.Export.Ssrs.html">C1.Document.Export.Ssrs</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_Export_Ssrs_ImageExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ImageExporter : PaginatedExporter, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ImageExporter
    Inherits PaginatedExporter
    Implements IDisposable</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="C1_Document_Export_Ssrs_ImageExporter__ctor" data-uid="C1.Document.Export.Ssrs.ImageExporter.#ctor">
          <a class="xref" href="C1.Document.Export.Ssrs.ImageExporter.-ctor.html#C1_Document_Export_Ssrs_ImageExporter__ctor">ImageExporter()</a>
        </td>
        <td class="markdown level1 summary"></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="C1_Document_Export_Ssrs_ImageExporter_CanExportRange_C1_Document_OutputRangeType_" data-uid="C1.Document.Export.Ssrs.ImageExporter.CanExportRange(C1.Document.OutputRangeType)">
          <a class="xref" href="C1.Document.Export.Ssrs.ImageExporter.CanExportRange.html#C1_Document_Export_Ssrs_ImageExporter_CanExportRange_C1_Document_OutputRangeType_">CanExportRange(OutputRangeType)</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the specified type of range can be exported by the current exporter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ImageExporter_GetDevInfo" data-uid="C1.Document.Export.Ssrs.ImageExporter.GetDevInfo">
          <a class="xref" href="C1.Document.Export.Ssrs.ImageExporter.GetDevInfo.html#C1_Document_Export_Ssrs_ImageExporter_GetDevInfo">GetDevInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ImageExporter_GetFormat" data-uid="C1.Document.Export.Ssrs.ImageExporter.GetFormat">
          <a class="xref" href="C1.Document.Export.Ssrs.ImageExporter.GetFormat.html#C1_Document_Export_Ssrs_ImageExporter_GetFormat">GetFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ImageExporter_GetOutputFormat" data-uid="C1.Document.Export.Ssrs.ImageExporter.GetOutputFormat">
          <a class="xref" href="C1.Document.Export.Ssrs.ImageExporter.GetOutputFormat.html#C1_Document_Export_Ssrs_ImageExporter_GetOutputFormat">GetOutputFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_Ssrs_ImageExporter_InternalExport_C1_Document_IExecutionContext_" data-uid="C1.Document.Export.Ssrs.ImageExporter.InternalExport(C1.Document.IExecutionContext)">
          <a class="xref" href="C1.Document.Export.Ssrs.ImageExporter.InternalExport.html#C1_Document_Export_Ssrs_ImageExporter_InternalExport_C1_Document_IExecutionContext_">InternalExport(IExecutionContext)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
