# C1.C1Preview.Export.Exporter.OptionsFormClass

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Export_Exporter_OptionsFormClass_" data-uid="C1.C1Preview.Export.Exporter.OptionsFormClass*">OptionsFormClass Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Export_Exporter_OptionsFormClass_" data-uid="C1.C1Preview.Export.Exporter.OptionsFormClass*"></a>
<h4 id="C1_C1Preview_Export_Exporter_OptionsFormClass" data-uid="C1.C1Preview.Export.Exporter.OptionsFormClass">OptionsFormClass</h4>
<div class="markdown level1 summary"><p>Gets or sets the type of form that is used to edit export options.
That form is shown when the <a class="xref" href="C1.C1Preview.Export.Exporter.Export.html#C1_C1Preview_Export_Exporter_Export_System_String_">Export(string)</a> or the <a class="xref" href="C1.C1Preview.Export.Exporter.Export.html#C1_C1Preview_Export_Exporter_Export_System_IO_Stream_">Export(Stream)</a> method is called
if <a class="xref" href="C1.C1Preview.Export.Exporter.ShowOptions.html#C1_C1Preview_Export_Exporter_ShowOptions">ShowOptions</a> is true.
The form's type must be assignable to the type specified by the <a class="xref" href="C1.C1Preview.Export.ExportProvider.DefaultOptionsFormClass.html#C1_C1Preview_Export_ExportProvider_DefaultOptionsFormClass">DefaultOptionsFormClass</a>
property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Type OptionsFormClass { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property OptionsFormClass As Type</code></pre>
</div>
<h5 id="C1_C1Preview_Export_Exporter_OptionsFormClass_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.Export.Exporter.OptionsFormClassName.html#C1_C1Preview_Export_Exporter_OptionsFormClassName">OptionsFormClassName</a></div>
</div>
</div>
