# GrapeCity.Documents.Svg.SvgUnitType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgUnitType" data-uid="GrapeCity.Documents.Svg.SvgUnitType" class="text-break">SvgUnitType Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the coordinate system for coordinate attributes.</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_SvgUnitType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgUnitType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgUnitType</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_SvgUnitType_ObjectBoundingBox">ObjectBoundingBox</td>
        <td><p>The user coordinate system for attributes is established using the bounding box of the element.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgUnitType_UserSpaceOnUse">UserSpaceOnUse</td>
        <td><p>Coordinates are in the system that results from taking the current user coordinate system in place at the time when the element is referenced.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
