# C1.C1Preview.Export.Exporter.InternalExport

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Export_Exporter_InternalExport_" data-uid="C1.C1Preview.Export.Exporter.InternalExport*">InternalExport Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Export_Exporter_InternalExport_" data-uid="C1.C1Preview.Export.Exporter.InternalExport*"></a>
<h4 id="C1_C1Preview_Export_Exporter_InternalExport" data-uid="C1.C1Preview.Export.Exporter.InternalExport">InternalExport()</h4>
<div class="markdown level1 summary"><p>Performs export to a disk file or to a stream.
The destination (file or stream) is determined by which of the properties
(<a class="xref" href="C1.C1Preview.Export.Exporter.OutputFileName.html#C1_C1Preview_Export_Exporter_OutputFileName">OutputFileName</a> or <a class="xref" href="C1.C1Preview.Export.Exporter.OutputStream.html#C1_C1Preview_Export_Exporter_OutputStream">OutputStream</a>) is non-<b>null</b>
when this method executes.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected abstract void InternalExport()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected MustOverride Sub InternalExport()</code></pre>
</div>
</div>
