# C1.Document.C1FontStretch

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Document_C1FontStretch" data-uid="C1.Document.C1FontStretch" class="text-break">C1FontStretch Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the degree to which a font has been stretched compared to a font's normal aspect ratio.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Document.html">C1.Document</a></h6>
  <h6><strong>Assembly</strong>: C1.Document.dll</h6>
  <h5 id="C1_Document_C1FontStretch_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum C1FontStretch</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum C1FontStretch</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="C1_Document_C1FontStretch_Condensed">Condensed</td>
        <td><p>Condenced.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_Expanded">Expanded</td>
        <td><p>Expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_ExtraCondensed">ExtraCondensed</td>
        <td><p>Extra condenced.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_ExtraExpanded">ExtraExpanded</td>
        <td><p>Extra expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_Medium">Medium</td>
        <td><p>Medium.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_Normal">Normal</td>
        <td><p>Normal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_SemiCondensed">SemiCondensed</td>
        <td><p>Semi condensed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_SemiExpanded">SemiExpanded</td>
        <td><p>Semi expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_UltraCondensed">UltraCondensed</td>
        <td><p>Ultra condenced.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_UltraExpanded">UltraExpanded</td>
        <td><p>Ultra expanded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Document_C1FontStretch_Undefined">Undefined</td>
        <td><p>Undefined.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
