# C1.C1Preview.EmbeddedFont.FontData

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_EmbeddedFont_FontData_" data-uid="C1.C1Preview.EmbeddedFont.FontData*">FontData Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_EmbeddedFont_FontData_" data-uid="C1.C1Preview.EmbeddedFont.FontData*"></a>
<h4 id="C1_C1Preview_EmbeddedFont_FontData" data-uid="C1.C1Preview.EmbeddedFont.FontData">FontData</h4>
<div class="markdown level1 summary"><p>Gets an array of bytes containing the embedded font's data.
This property can be null if the font was created during document generation,
i.e. if the current object represents a font that was not loaded and currently exists in the system.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public byte[] FontData { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property FontData As Byte()</code></pre>
</div>
</div>
