# GrapeCity.Documents.Svg.SvgPathCommandType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgPathCommandType" data-uid="GrapeCity.Documents.Svg.SvgPathCommandType" class="text-break">SvgPathCommandType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of an SVG path command.</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_SvgPathCommandType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgPathCommandType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgPathCommandType</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_SvgPathCommandType_ClosePath">ClosePath</td>
        <td><p>Represents the 'Z' or 'z' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_CurveTo">CurveTo</td>
        <td><p>Represents the 'C' or 'c' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_EllipticalArc">EllipticalArc</td>
        <td><p>Represents the 'A' or 'a' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_HorizontalLineTo">HorizontalLineTo</td>
        <td><p>Represents the 'H' or 'h' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_LineTo">LineTo</td>
        <td><p>Represents the 'L' or 'l' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_MoveTo">MoveTo</td>
        <td><p>Represents the 'M' or 'm' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_QuadraticBezierCurveTo">QuadraticBezierCurveTo</td>
        <td><p>Represents the 'Q' or 'q' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_SmoothCurveTo">SmoothCurveTo</td>
        <td><p>Represents the 'S' or 's' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_SmoothQuadraticBezierCurveTo">SmoothQuadraticBezierCurveTo</td>
        <td><p>Represents the 'T' or 't' command.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathCommandType_VerticalLineTo">VerticalLineTo</td>
        <td><p>Represents the 'V' or 'v' command.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
