# C1.C1Preview.Export.ComplexExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Export_ComplexExporter" data-uid="C1.C1Preview.Export.ComplexExporter" class="text-break">ComplexExporter Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for all exporter classes associated with export providers
derived from <a class="xref" href="C1.C1Preview.Export.ComplexExportProvider.html">ComplexExportProvider</a>.
Non-abstract classes derived from this class must override
the <a class="xref" href="C1.C1Preview.Export.Exporter.ProcessPage.html#C1_C1Preview_Export_Exporter_ProcessPage_System_Drawing_Imaging_Metafile_C1_C1Preview_C1MetafileInfo_System_Int32_System_Boolean_">ProcessPage(Metafile, C1MetafileInfo, int, bool)</a> method.</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">ComplexExporter</span></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.Export.HtmlExporter.html">HtmlExporter</a></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.Export.RtfExporter.html">RtfExporter</a></div>
      <div class="level3"><a class="xref" href="C1.C1Preview.Export.XlsExporter.html">XlsExporter</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_ComplexExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class ComplexExporter : Exporter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class ComplexExporter
    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_ComplexExporter__ctor" data-uid="C1.C1Preview.Export.ComplexExporter.#ctor">
          <a class="xref" href="C1.C1Preview.Export.ComplexExporter.-ctor.html#C1_C1Preview_Export_ComplexExporter__ctor">ComplexExporter()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.Export.ComplexExporter.html">ComplexExporter</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="C1_C1Preview_Export_ComplexExporter_FixedPositioning" data-uid="C1.C1Preview.Export.ComplexExporter.FixedPositioning">
          <a class="xref" href="C1.C1Preview.Export.ComplexExporter.FixedPositioning.html#C1_C1Preview_Export_ComplexExporter_FixedPositioning">FixedPositioning</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the exported document
should exactly match the appearance of the original document.
Usually this can only be achieved at the cost of preserving
the logical structure and/or ease of editing of the exported document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ComplexExporter_OpenXmlDocument" data-uid="C1.C1Preview.Export.ComplexExporter.OpenXmlDocument">
          <a class="xref" href="C1.C1Preview.Export.ComplexExporter.OpenXmlDocument.html#C1_C1Preview_Export_ComplexExporter_OpenXmlDocument">OpenXmlDocument</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the document should be saved in Office12 Open XML format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ComplexExporter_Paginated" data-uid="C1.C1Preview.Export.ComplexExporter.Paginated">
          <a class="xref" href="C1.C1Preview.Export.ComplexExporter.Paginated.html#C1_C1Preview_Export_ComplexExporter_Paginated">Paginated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the exported document
should preserve the pagination of the original document.</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_ComplexExporter_CopyPropertiesFromOptionsForm_C1_C1Preview_Export_ExportOptionsFormBase_" data-uid="C1.C1Preview.Export.ComplexExporter.CopyPropertiesFromOptionsForm(C1.C1Preview.Export.ExportOptionsFormBase)">
          <a class="xref" href="C1.C1Preview.Export.ComplexExporter.CopyPropertiesFromOptionsForm.html#C1_C1Preview_Export_ComplexExporter_CopyPropertiesFromOptionsForm_C1_C1Preview_Export_ExportOptionsFormBase_">CopyPropertiesFromOptionsForm(ExportOptionsFormBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the options from the specified export options form
to corresponding properties on the current exporter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ComplexExporter_CopyPropertiesToOptionsForm_C1_C1Preview_Export_ExportOptionsFormBase_" data-uid="C1.C1Preview.Export.ComplexExporter.CopyPropertiesToOptionsForm(C1.C1Preview.Export.ExportOptionsFormBase)">
          <a class="xref" href="C1.C1Preview.Export.ComplexExporter.CopyPropertiesToOptionsForm.html#C1_C1Preview_Export_ComplexExporter_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>
    </tbody>
  </table>

</div>
