# C1.C1Preview.Export.ExportOptionsFormBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_Export_ExportOptionsFormBase" data-uid="C1.C1Preview.Export.ExportOptionsFormBase" class="text-break">ExportOptionsFormBase Class
</h1>
  <div class="markdown level0 summary"><p>Represents a form for editing the export options used by an <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.Exporter.html#C1_C1Preview_Export_ExportOptionsFormBase_Exporter">Exporter</a>.</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="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><a class="xref" href="C1.C1Preview.Forms.BaseForm.html">BaseForm</a></div>
    <div class="level8"><span class="xref">ExportOptionsFormBase</span></div>
      <div class="level9"><a class="xref" href="C1.C1Preview.Export.C1dOptionsForm.html">C1dOptionsForm</a></div>
      <div class="level9"><a class="xref" href="C1.C1Preview.Export.C1mdxOptionsForm.html">C1mdxOptionsForm</a></div>
      <div class="level9"><a class="xref" href="C1.C1Preview.Export.ComplexExporterOptionsForm.html">ComplexExporterOptionsForm</a></div>
      <div class="level9"><a class="xref" href="C1.C1Preview.Export.DefaultExportOptionsForm.html">DefaultExportOptionsForm</a></div>
      <div class="level9"><a class="xref" href="C1.C1Preview.Export.EmfOptionsForm.html">EmfOptionsForm</a></div>
      <div class="level9"><a class="xref" href="C1.C1Preview.Export.ImagesOptionsForm.html">ImagesOptionsForm</a></div>
      <div class="level9"><a class="xref" href="C1.C1Preview.Export.PdfOptionsForm.html">PdfOptionsForm</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</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.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_Export_ExportOptionsFormBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExportOptionsFormBase : BaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExportOptionsFormBase
    Inherits BaseForm
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <h3 id="fields">Fields
</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_ExportOptionsFormBase_m_btnCancel" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.m_btnCancel">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.m_btnCancel.html">m_btnCancel</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_m_btnDocumentInfo" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.m_btnDocumentInfo">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.m_btnDocumentInfo.html">m_btnDocumentInfo</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_m_btnOk" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.m_btnOk">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.m_btnOk.html">m_btnOk</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_m_btnOutputRange" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.m_btnOutputRange">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.m_btnOutputRange.html">m_btnOutputRange</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_m_chkPreview" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.m_chkPreview">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.m_chkPreview.html">m_chkPreview</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_ExportOptionsFormBase_Document" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.Document">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.Document.html#C1_C1Preview_Export_ExportOptionsFormBase_Document">Document</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the document that is to be exported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_DocumentInfo" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.DocumentInfo">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.DocumentInfo.html#C1_C1Preview_Export_ExportOptionsFormBase_DocumentInfo">DocumentInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document info.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_ExportProvider" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.ExportProvider">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.ExportProvider.html#C1_C1Preview_Export_ExportOptionsFormBase_ExportProvider">ExportProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated export provider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_Exporter" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.Exporter">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.Exporter.html#C1_C1Preview_Export_ExportOptionsFormBase_Exporter">Exporter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated exporter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_Preview" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.Preview">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.Preview.html#C1_C1Preview_Export_ExportOptionsFormBase_Preview">Preview</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the resulting document
should be opened using the default system viewer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_Range" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.Range">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.Range.html#C1_C1Preview_Export_ExportOptionsFormBase_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the range of pages to be exported.</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_ExportOptionsFormBase_CreateForm_C1_C1Preview_Export_Exporter_System_Type_System_Type_" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.CreateForm(C1.C1Preview.Export.Exporter,System.Type,System.Type)">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.CreateForm.html#C1_C1Preview_Export_ExportOptionsFormBase_CreateForm_C1_C1Preview_Export_Exporter_System_Type_System_Type_">CreateForm(Exporter, Type, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of a <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.html">ExportOptionsFormBase</a>-derived class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_Dispose_System_Boolean_" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.Dispose(System.Boolean)">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.Dispose.html#C1_C1Preview_Export_ExportOptionsFormBase_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_Export_ExportOptionsFormBase_Init" data-uid="C1.C1Preview.Export.ExportOptionsFormBase.Init">
          <a class="xref" href="C1.C1Preview.Export.ExportOptionsFormBase.Init.html#C1_C1Preview_Export_ExportOptionsFormBase_Init">Init()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
