# C1.Win.Document.Export.MetafileExportProvider.NewExporter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Document_Export_MetafileExportProvider_NewExporter_" data-uid="C1.Win.Document.Export.MetafileExportProvider.NewExporter*">NewExporter Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Document_Export_MetafileExportProvider_NewExporter_" data-uid="C1.Win.Document.Export.MetafileExportProvider.NewExporter*"></a>
<h4 id="C1_Win_Document_Export_MetafileExportProvider_NewExporter" data-uid="C1.Win.Document.Export.MetafileExportProvider.NewExporter">NewExporter()</h4>
<div class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="C1.Win.Document.Export.MetafileFilter.html">MetafileFilter</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override ExportFilter NewExporter()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function NewExporter() As ExportFilter</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">ExportFilter</span></td>
      <td><p>The newly created <a class="xref" href="C1.Win.Document.Export.MetafileFilter.html">MetafileFilter</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
