# C1.Win.Document.Export.MetafileExportProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Document_Export_MetafileExportProvider" data-uid="C1.Win.Document.Export.MetafileExportProvider" class="text-break">MetafileExportProvider Class
</h1>
  <div class="markdown level0 summary"><p>Describes export to EMF format.</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"><span class="xref">MetafileExportProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Document.Export.html">C1.Win.Document.Export</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Document.10.dll</h6>
  <h5 id="C1_Win_Document_Export_MetafileExportProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MetafileExportProvider : ImageExportProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MetafileExportProvider
    Inherits ImageExportProvider</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Document_Export_MetafileExportProvider__ctor" data-uid="C1.Win.Document.Export.MetafileExportProvider.#ctor">
          <a class="xref" href="C1.Win.Document.Export.MetafileExportProvider.-ctor.html#C1_Win_Document_Export_MetafileExportProvider__ctor">MetafileExportProvider()</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_Win_Document_Export_MetafileExportProvider_DefaultExtension" data-uid="C1.Win.Document.Export.MetafileExportProvider.DefaultExtension">
          <a class="xref" href="C1.Win.Document.Export.MetafileExportProvider.DefaultExtension.html#C1_Win_Document_Export_MetafileExportProvider_DefaultExtension">DefaultExtension</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default filename extension for the current export format.
This implementation returns &quot;zip&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Document_Export_MetafileExportProvider_FormatName" data-uid="C1.Win.Document.Export.MetafileExportProvider.FormatName">
          <a class="xref" href="C1.Win.Document.Export.MetafileExportProvider.FormatName.html#C1_Win_Document_Export_MetafileExportProvider_FormatName">FormatName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a short description of the EMF export format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Document_Export_MetafileExportProvider_OptionsFormClass" data-uid="C1.Win.Document.Export.MetafileExportProvider.OptionsFormClass">
          <a class="xref" href="C1.Win.Document.Export.MetafileExportProvider.OptionsFormClass.html#C1_Win_Document_Export_MetafileExportProvider_OptionsFormClass">OptionsFormClass</a>
        </td>
        <td class="markdown level1 summary"><p>Overriden. Gets the type of form which is used to edit the export options by default.</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_Win_Document_Export_MetafileExportProvider_NewExporter" data-uid="C1.Win.Document.Export.MetafileExportProvider.NewExporter">
          <a class="xref" href="C1.Win.Document.Export.MetafileExportProvider.NewExporter.html#C1_Win_Document_Export_MetafileExportProvider_NewExporter">NewExporter()</a>
        </td>
        <td 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>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.Win.Document.Export.MetafileFilter.html">MetafileFilter</a></div>
  </div>

</div>
