# GrapeCity.Documents.Svg.SvgBoundingBoxType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgBoundingBoxType" data-uid="GrapeCity.Documents.Svg.SvgBoundingBoxType" class="text-break">SvgBoundingBoxType Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the type of bounding box to be computed for an <a class="xref" href="GrapeCity.Documents.Svg.SvgGraphicsElement.html">SvgGraphicsElement</a>.</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_SvgBoundingBoxType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgBoundingBoxType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgBoundingBoxType</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_SvgBoundingBoxType_Decorated">Decorated</td>
        <td><p>The bounding box that contains an element's geometric shape, its stroke shape and its markers.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgBoundingBoxType_Object">Object</td>
        <td><p>The bounding box that contains only an element's geometric shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgBoundingBoxType_Stroke">Stroke</td>
        <td><p>The bounding box that contains an element's geometric shape and its stroke shape.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
