# C1.C1Preview.Export.ImageExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Export_ImageExporter" data-uid="C1.C1Preview.Export.ImageExporter" class="text-break">ImageExporter Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object that can be used to export a document to a sequence of images.</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.C1Preview.Export.Exporter.html">Exporter</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.Export.PagesExporter.html">PagesExporter</a></div>
    <div class="level3"><span class="xref">ImageExporter</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.Export.html">C1.C1Preview.Export</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_Export_ImageExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ImageExporter : PagesExporter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ImageExporter
    Inherits PagesExporter</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_C1Preview_Export_ImageExporter__ctor" data-uid="C1.C1Preview.Export.ImageExporter.#ctor">
          <a class="xref" href="C1.C1Preview.Export.ImageExporter.-ctor.html#C1_C1Preview_Export_ImageExporter__ctor">ImageExporter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.Export.ImageExporter.html">ImageExporter</a> class.
Sets the <a class="xref" href="C1.C1Preview.Export.ImageExporter.ImageFormat.html#C1_C1Preview_Export_ImageExporter_ImageFormat">ImageFormat</a> to the default <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.imageformat.tiff">Tiff</a> value
(may be changed later).</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="C1_C1Preview_Export_ImageExporter_ExportProvider" data-uid="C1.C1Preview.Export.ImageExporter.ExportProvider">
          <a class="xref" href="C1.C1Preview.Export.ImageExporter.ExportProvider.html#C1_C1Preview_Export_ImageExporter_ExportProvider">ExportProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the export provider associated with the current <a class="xref" href="C1.C1Preview.Export.ImageExporter.html">ImageExporter</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ImageExporter_ImageFormat" data-uid="C1.C1Preview.Export.ImageExporter.ImageFormat">
          <a class="xref" href="C1.C1Preview.Export.ImageExporter.ImageFormat.html#C1_C1Preview_Export_ImageExporter_ImageFormat">ImageFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image format associated with the current exporter.
Supported formats are:
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.imageformat.bmp">Bmp</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.imageformat.gif">Gif</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.imageformat.jpeg">Jpeg</a>,
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.imageformat.png">Png</a> and
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.imageformat.tiff">Tiff</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ImageExporter_Resolution" data-uid="C1.C1Preview.Export.ImageExporter.Resolution">
          <a class="xref" href="C1.C1Preview.Export.ImageExporter.Resolution.html#C1_C1Preview_Export_ImageExporter_Resolution">Resolution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the resolution of the exported image.</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="C1_C1Preview_Export_ImageExporter_CopyPropertiesToOptionsForm_C1_C1Preview_Export_ExportOptionsFormBase_" data-uid="C1.C1Preview.Export.ImageExporter.CopyPropertiesToOptionsForm(C1.C1Preview.Export.ExportOptionsFormBase)">
          <a class="xref" href="C1.C1Preview.Export.ImageExporter.CopyPropertiesToOptionsForm.html#C1_C1Preview_Export_ImageExporter_CopyPropertiesToOptionsForm_C1_C1Preview_Export_ExportOptionsFormBase_">CopyPropertiesToOptionsForm(ExportOptionsFormBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the properties of the current exporter to corresponding
user-editable options of the specified export options form.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ImageExporter_ProcessPage_System_Drawing_Imaging_Metafile_C1_C1Preview_C1MetafileInfo_System_Int32_System_Boolean_" data-uid="C1.C1Preview.Export.ImageExporter.ProcessPage(System.Drawing.Imaging.Metafile,C1.C1Preview.C1MetafileInfo,System.Int32,System.Boolean)">
          <a class="xref" href="C1.C1Preview.Export.ImageExporter.ProcessPage.html#C1_C1Preview_Export_ImageExporter_ProcessPage_System_Drawing_Imaging_Metafile_C1_C1Preview_C1MetafileInfo_System_Int32_System_Boolean_">ProcessPage(Metafile, C1MetafileInfo, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports a page of a document represented by a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.imaging.metafile">Metafile</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.Export.ImageExportProvider.html">ImageExportProvider</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.TiffExportProvider.html">TiffExportProvider</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.PngExportProvider.html">PngExportProvider</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.JpegExportProvider.html">JpegExportProvider</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.GifExportProvider.html">GifExportProvider</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.BmpExportProvider.html">BmpExportProvider</a></div>
  </div>

</div>
