# C1.C1Preview.Export.C1ExporterBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Export_C1ExporterBase" data-uid="C1.C1Preview.Export.C1ExporterBase" class="text-break">C1ExporterBase Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for <a class="xref" href="C1.C1Preview.Export.C1dExporterBase.html">C1dExporterBase</a> and <a class="xref" href="C1.C1Preview.Export.C1mdxExporter.html">C1mdxExporter</a> classes.</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"><span class="xref">C1ExporterBase</span></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.Export.C1dExporterBase.html">C1dExporterBase</a></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.Export.C1mdxExporter.html">C1mdxExporter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.Export.html">C1.C1Preview.Export</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_Export_C1ExporterBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1ExporterBase : Exporter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1ExporterBase
    Inherits Exporter</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_C1ExporterBase__ctor" data-uid="C1.C1Preview.Export.C1ExporterBase.#ctor">
          <a class="xref" href="C1.C1Preview.Export.C1ExporterBase.-ctor.html#C1_C1Preview_Export_C1ExporterBase__ctor">C1ExporterBase()</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_C1Preview_Export_C1ExporterBase_CanPreviewOutputFile" data-uid="C1.C1Preview.Export.C1ExporterBase.CanPreviewOutputFile">
          <a class="xref" href="C1.C1Preview.Export.C1ExporterBase.CanPreviewOutputFile.html#C1_C1Preview_Export_C1ExporterBase_CanPreviewOutputFile">CanPreviewOutputFile()</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden.
Tests whether <a class="xref" href="C1.C1Preview.Export.Exporter.OutputFileName.html#C1_C1Preview_Export_Exporter_OutputFileName">OutputFileName</a> can be previewed.
Calls the base implementation, if that returns <b>false</b>,
tries to create an instance of <code>C1.Win.C1Preview.C1PrintPreviewDialog</code>,
returns <b>true</b> if succeeds.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_C1ExporterBase_PreviewOutputFile" data-uid="C1.C1Preview.Export.C1ExporterBase.PreviewOutputFile">
          <a class="xref" href="C1.C1Preview.Export.C1ExporterBase.PreviewOutputFile.html#C1_C1Preview_Export_C1ExporterBase_PreviewOutputFile">PreviewOutputFile()</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden.
Previews <a class="xref" href="C1.C1Preview.Export.Exporter.OutputFileName.html#C1_C1Preview_Export_Exporter_OutputFileName">OutputFileName</a>.
Tries to preview the output file, either using the OS shell or
an own instance of <code>C1.Win.C1Preview.C1PrintPreviewDialog</code>
if there is no shell association on the current system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_C1ExporterBase_ProcessPage_System_Drawing_Imaging_Metafile_C1_C1Preview_C1MetafileInfo_System_Int32_System_Boolean_" data-uid="C1.C1Preview.Export.C1ExporterBase.ProcessPage(System.Drawing.Imaging.Metafile,C1.C1Preview.C1MetafileInfo,System.Int32,System.Boolean)">
          <a class="xref" href="C1.C1Preview.Export.C1ExporterBase.ProcessPage.html#C1_C1Preview_Export_C1ExporterBase_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>Not supported for this class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.Export.C1dExportProvider.html">C1dExportProvider</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.C1dxExportProvider.html">C1dxExportProvider</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.C1dExporter.html">C1dExporter</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.C1dxExporter.html">C1dxExporter</a></div>
      <div><a class="xref" href="C1.C1Preview.Export.C1mdxExporter.html">C1mdxExporter</a></div>
  </div>

</div>
