# GrapeCity.ActiveReports.Export.Word.Page.FontEmbeddingMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Export_Word_Page_FontEmbeddingMode" data-uid="GrapeCity.ActiveReports.Export.Word.Page.FontEmbeddingMode" class="text-break">FontEmbeddingMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how fonts are handled when exporting a report to DOCX format.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Word.Page.html">GrapeCity.ActiveReports.Export.Word.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Word.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Word_Page_FontEmbeddingMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FontEmbeddingMode</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Word_Page_FontEmbeddingMode_Auto">Auto</td>
        <td><p>Default mode. Fonts are not embedded in the output document.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Word_Page_FontEmbeddingMode_False">False</td>
        <td><p>Does not embed any fonts. The output document will rely on fonts available on the target system.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Word_Page_FontEmbeddingMode_True">True</td>
        <td><p>Embeds all fonts used in the report into the output DOCX file.
This ensures consistent appearance across different systems.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
