# GrapeCity.Documents.Svg.SvgTextPathSpacing

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgTextPathSpacing" data-uid="GrapeCity.Documents.Svg.SvgTextPathSpacing" class="text-break">SvgTextPathSpacing Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates how the user agent should determine the spacing between typographic characters that are to be rendered along a path.</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_SvgTextPathSpacing_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgTextPathSpacing</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgTextPathSpacing</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_SvgTextPathSpacing_Auto">Auto</td>
        <td><p>Indicates that the user agent should adjust the spacing between typographic characters in order to achieve visually appealing results.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathSpacing_Exact">Exact</td>
        <td><p>Indicates that the typographic characters should be rendered exactly according to the spacing rules.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
