# GrapeCity.Documents.Svg.SvgMeetOrSlice

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Svg_SvgMeetOrSlice" data-uid="GrapeCity.Documents.Svg.SvgMeetOrSlice" class="text-break">SvgMeetOrSlice Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the method of scaling am element's 'viewBox' within the SVG viewport.</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_SvgMeetOrSlice_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SvgMeetOrSlice</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SvgMeetOrSlice</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_SvgMeetOrSlice_Meet">Meet</td>
        <td><p>The entire 'viewBox' is visible within the SVG viewport.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgMeetOrSlice_Slice">Slice</td>
        <td><p>The entire SVG viewport is covered by the 'viewBox'.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
