# GrapeCity.Documents.Svg.SvgTextPathMethod

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgTextPathMethod" data-uid="GrapeCity.Documents.Svg.SvgTextPathMethod" class="text-break">SvgTextPathMethod Enum
</h1>
  <div class="markdown level0 summary"><p>Indicates the method by which text should be rendered along the 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_SvgTextPathMethod_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgTextPathMethod</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgTextPathMethod</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_SvgTextPathMethod_Align">Align</td>
        <td><p>indicates that the typographic character should be rendered using simple 2×3 matrix transformations such that
there is no stretching/warping of the typographic characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgTextPathMethod_Stretch">Stretch</td>
        <td><p>indicates that the typographic character outlines will be converted into paths, and then all end points
and control points will be adjusted to be along the perpendicular vectors from the path, thereby stretching
and possibly warping the glyphs.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
