# C1.Document.Export.IExportOptionsFormBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_IExportOptionsFormBase" data-uid="C1.Document.Export.IExportOptionsFormBase" class="text-break">IExportOptionsFormBase Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a form for editing the export options used by an <a class="xref" href="C1.Document.Export.ExportFilter.html">ExportFilter</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.Export.html">C1.Document.Export</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_Export_IExportOptionsFormBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IExportOptionsFormBase : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IExportOptionsFormBase
    Inherits IDisposable</code></pre>
  </div>
  <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_Document_Export_IExportOptionsFormBase_DocumentInfo" data-uid="C1.Document.Export.IExportOptionsFormBase.DocumentInfo">
          <a class="xref" href="C1.Document.Export.IExportOptionsFormBase.DocumentInfo.html#C1_Document_Export_IExportOptionsFormBase_DocumentInfo">DocumentInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document info.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_IExportOptionsFormBase_Exporter" data-uid="C1.Document.Export.IExportOptionsFormBase.Exporter">
          <a class="xref" href="C1.Document.Export.IExportOptionsFormBase.Exporter.html#C1_Document_Export_IExportOptionsFormBase_Exporter">Exporter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated exporter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_IExportOptionsFormBase_MaxPageNumber" data-uid="C1.Document.Export.IExportOptionsFormBase.MaxPageNumber">
          <a class="xref" href="C1.Document.Export.IExportOptionsFormBase.MaxPageNumber.html#C1_Document_Export_IExportOptionsFormBase_MaxPageNumber">MaxPageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of pages in the exported document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_IExportOptionsFormBase_Preview" data-uid="C1.Document.Export.IExportOptionsFormBase.Preview">
          <a class="xref" href="C1.Document.Export.IExportOptionsFormBase.Preview.html#C1_Document_Export_IExportOptionsFormBase_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_Document_Export_IExportOptionsFormBase_Range" data-uid="C1.Document.Export.IExportOptionsFormBase.Range">
          <a class="xref" href="C1.Document.Export.IExportOptionsFormBase.Range.html#C1_Document_Export_IExportOptionsFormBase_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_Document_Export_IExportOptionsFormBase_Init" data-uid="C1.Document.Export.IExportOptionsFormBase.Init">
          <a class="xref" href="C1.Document.Export.IExportOptionsFormBase.Init.html#C1_Document_Export_IExportOptionsFormBase_Init">Init()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Export_IExportOptionsFormBase_OnExporterAssigned" data-uid="C1.Document.Export.IExportOptionsFormBase.OnExporterAssigned">
          <a class="xref" href="C1.Document.Export.IExportOptionsFormBase.OnExporterAssigned.html#C1_Document_Export_IExportOptionsFormBase_OnExporterAssigned">OnExporterAssigned()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Document_Export_IExportOptionsFormBase_ShowOptionsForm" data-uid="C1.Document.Export.IExportOptionsFormBase.ShowOptionsForm">
          <a class="xref" href="C1.Document.Export.IExportOptionsFormBase.ShowOptionsForm.html#C1_Document_Export_IExportOptionsFormBase_ShowOptionsForm">ShowOptionsForm()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
