# GrapeCity.Documents.Svg.SvgPathData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgPathData" data-uid="GrapeCity.Documents.Svg.SvgPathData" class="text-break">SvgPathData Class
</h1>
  <div class="markdown level0 summary"><p>Represents a sequence of instructions for drawing a path.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">SvgPathData</span></div>
  </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_SvgPathData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SvgPathData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SvgPathData</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathData_ContainsOpenFigures" data-uid="GrapeCity.Documents.Svg.SvgPathData.ContainsOpenFigures">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPathData.ContainsOpenFigures.html#GrapeCity_Documents_Svg_SvgPathData_ContainsOpenFigures">ContainsOpenFigures</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the path contains open (not closed) figures.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathData_FigureCount" data-uid="GrapeCity.Documents.Svg.SvgPathData.FigureCount">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPathData.FigureCount.html#GrapeCity_Documents_Svg_SvgPathData_FigureCount">FigureCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of figures in the path data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathData_HasFillingArea" data-uid="GrapeCity.Documents.Svg.SvgPathData.HasFillingArea">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPathData.HasFillingArea.html#GrapeCity_Documents_Svg_SvgPathData_HasFillingArea">HasFillingArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the path has interior space for filling.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgPathData_ToString" data-uid="GrapeCity.Documents.Svg.SvgPathData.ToString">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgPathData.ToString.html#GrapeCity_Documents_Svg_SvgPathData_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents a sequence of instructions for drawing a path.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
