# GrapeCity.Documents.Svg.SvgLengthAdjust

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgLengthAdjust" data-uid="GrapeCity.Documents.Svg.SvgLengthAdjust" class="text-break">SvgLengthAdjust Enum
</h1>
  <div class="markdown level0 summary"><p>Determines whether the glyphs themselves should be stretched or compressed in addition to the advance values.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Svg.html">GrapeCity.Documents.Svg</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Svg_SvgLengthAdjust_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgLengthAdjust</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgLengthAdjust</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_Documents_Svg_SvgLengthAdjust_Spacing">Spacing</td>
        <td><p>Indicates that only the advance values are adjusted. The glyphs themselves are not stretched or compressed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgLengthAdjust_SpacingAndGlyphs">SpacingAndGlyphs</td>
        <td><p>Indicates that the advance values are adjusted and the glyphs themselves stretched or compressed in one axis.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
