# GrapeCity.Documents.Pdf.GcPdfDocument.StandardFontEmbedMode

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_GcPdfDocument_StandardFontEmbedMode_" data-uid="GrapeCity.Documents.Pdf.GcPdfDocument.StandardFontEmbedMode*">StandardFontEmbedMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_GcPdfDocument_StandardFontEmbedMode_" data-uid="GrapeCity.Documents.Pdf.GcPdfDocument.StandardFontEmbedMode*"></a>
<h4 id="GrapeCity_Documents_Pdf_GcPdfDocument_StandardFontEmbedMode" data-uid="GrapeCity.Documents.Pdf.GcPdfDocument.StandardFontEmbedMode">StandardFontEmbedMode</h4>
<div class="markdown level1 summary"><p>Gets or sets the font embedding mode for the 14 standard PDF fonts.</p>
<p>The default is <a class="xref" href="GrapeCity.Documents.Pdf.FontEmbedMode.html#GrapeCity_Documents_Pdf_FontEmbedMode_NotEmbed">NotEmbed</a>.</p>
<p>Note that if the <a class="xref" href="GrapeCity.Documents.Pdf.GcPdfDocument.html">GcPdfDocument</a> is saved as PDF/A,
and the value of this property is <a class="xref" href="GrapeCity.Documents.Pdf.FontEmbedMode.html#GrapeCity_Documents_Pdf_FontEmbedMode_NotEmbed">NotEmbed</a>,
the standard fonts are embedded anyway using the <a class="xref" href="GrapeCity.Documents.Pdf.FontEmbedMode.html#GrapeCity_Documents_Pdf_FontEmbedMode_EmbedSubset">EmbedSubset</a> mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FontEmbedMode StandardFontEmbedMode { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property StandardFontEmbedMode As FontEmbedMode</code></pre>
</div>
</div>
