# C1.Document.Export.RtfExportProvider

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Document_Export_RtfExportProvider" data-uid="C1.Document.Export.RtfExportProvider" class="text-break">RtfExportProvider Class
</h1>
  <div class="markdown level0 summary"><p>Describes export to RTF 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"><a class="xref" href="C1.Document.Export.ExportProvider.html">ExportProvider</a></div>
    <div class="level2"><span class="xref">RtfExportProvider</span></div>
      <div class="level3"><a class="xref" href="C1.Document.Export.DocxExportProvider.html">DocxExportProvider</a></div>
  </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_RtfExportProvider_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RtfExportProvider : ExportProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RtfExportProvider
    Inherits ExportProvider</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_Document_Export_RtfExportProvider__ctor" data-uid="C1.Document.Export.RtfExportProvider.#ctor">
          <a class="xref" href="C1.Document.Export.RtfExportProvider.-ctor.html#C1_Document_Export_RtfExportProvider__ctor">RtfExportProvider()</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_Document_Export_RtfExportProvider_DefaultExtension" data-uid="C1.Document.Export.RtfExportProvider.DefaultExtension">
          <a class="xref" href="C1.Document.Export.RtfExportProvider.DefaultExtension.html#C1_Document_Export_RtfExportProvider_DefaultExtension">DefaultExtension</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default filename extension for the current export format.
This implementation returns &quot;rtf&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_RtfExportProvider_FormatName" data-uid="C1.Document.Export.RtfExportProvider.FormatName">
          <a class="xref" href="C1.Document.Export.RtfExportProvider.FormatName.html#C1_Document_Export_RtfExportProvider_FormatName">FormatName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a short description of the RTF export format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_RtfExportProvider_OptionsFormClass" data-uid="C1.Document.Export.RtfExportProvider.OptionsFormClass">
          <a class="xref" href="C1.Document.Export.RtfExportProvider.OptionsFormClass.html#C1_Document_Export_RtfExportProvider_OptionsFormClass">OptionsFormClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of form which is used to edit the export options by default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_Export_RtfExportProvider_SupportedDocumentInfoFields" data-uid="C1.Document.Export.RtfExportProvider.SupportedDocumentInfoFields">
          <a class="xref" href="C1.Document.Export.RtfExportProvider.SupportedDocumentInfoFields.html#C1_Document_Export_RtfExportProvider_SupportedDocumentInfoFields">SupportedDocumentInfoFields</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the combination of flags indicating which fields of the <a class="xref" href="C1.Document.DocumentInfo.html">DocumentInfo</a> class
are supported by the current export format.
This implementation returns the combination of
<b>Author</b>,
<b>Creator</b>,
<b>Title</b>,
<b>Operator</b>,
<b>Subject</b>,
<b>Keywords</b>,
<b>CreationTime</b>,
<b>RevisionTime</b>,
<b>Manager</b>,
<b>Company</b> and
<b>Comment</b>.</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_RtfExportProvider_NewExporter" data-uid="C1.Document.Export.RtfExportProvider.NewExporter">
          <a class="xref" href="C1.Document.Export.RtfExportProvider.NewExporter.html#C1_Document_Export_RtfExportProvider_NewExporter">NewExporter()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new Exporter object.
When overridden in a derived class, returns an instance of a specialized class derived from <a class="xref" href="C1.Document.Export.ExportFilter.html">ExportFilter</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
