# C1.C1Preview.Export.C1dxExporter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Export_C1dxExporter" data-uid="C1.C1Preview.Export.C1dxExporter" class="text-break">C1dxExporter Class
</h1>
  <div class="markdown level0 summary"><p>Represents an object that can be used to export a document to C1DX 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.C1Preview.Export.Exporter.html">Exporter</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.Export.C1ExporterBase.html">C1ExporterBase</a></div>
    <div class="level3"><a class="xref" href="C1.C1Preview.Export.C1dExporterBase.html">C1dExporterBase</a></div>
    <div class="level4"><span class="xref">C1dxExporter</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.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_Export_C1dxExporter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1dxExporter : C1dExporterBase</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1dxExporter
    Inherits C1dExporterBase</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_C1dxExporter__ctor" data-uid="C1.C1Preview.Export.C1dxExporter.#ctor">
          <a class="xref" href="C1.C1Preview.Export.C1dxExporter.-ctor.html#C1_C1Preview_Export_C1dxExporter__ctor">C1dxExporter()</a>
        </td>
        <td class="markdown level1 summary"></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_C1dxExporter_C1DocumentFormat" data-uid="C1.C1Preview.Export.C1dxExporter.C1DocumentFormat">
          <a class="xref" href="C1.C1Preview.Export.C1dxExporter.C1DocumentFormat.html#C1_C1Preview_Export_C1dxExporter_C1DocumentFormat">C1DocumentFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden.
Gets a <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html">C1DocumentFormatEnum</a> value that determines the format used to save the document.
This implementation returns <a class="xref" href="C1.C1Preview.C1DocumentFormatEnum.html#C1_C1Preview_C1DocumentFormatEnum_C1dx">C1dx</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_C1dxExporter_ExportProvider" data-uid="C1.C1Preview.Export.C1dxExporter.ExportProvider">
          <a class="xref" href="C1.C1Preview.Export.C1dxExporter.ExportProvider.html#C1_C1Preview_Export_C1dxExporter_ExportProvider">ExportProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets <a class="xref" href="C1.C1Preview.Export.ExportProviders.C1dxExportProvider.html#C1_C1Preview_Export_ExportProviders_C1dxExportProvider">C1dxExportProvider</a>.</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_C1dxExporter_CopyPropertiesToOptionsForm_C1_C1Preview_Export_ExportOptionsFormBase_" data-uid="C1.C1Preview.Export.C1dxExporter.CopyPropertiesToOptionsForm(C1.C1Preview.Export.ExportOptionsFormBase)">
          <a class="xref" href="C1.C1Preview.Export.C1dxExporter.CopyPropertiesToOptionsForm.html#C1_C1Preview_Export_C1dxExporter_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>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.Export.C1dxExportProvider.html">C1dxExportProvider</a></div>
  </div>

</div>
