# GrapeCity.Documents.Svg.SvgSpacing

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Svg_SvgSpacing" data-uid="GrapeCity.Documents.Svg.SvgSpacing" class="text-break">SvgSpacing Struct
</h1>
  <div class="markdown level0 summary"><p>Specifies additional spacing between &quot;words&quot; or adjacent typographic character units.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.html">SvgSpacing</a>&gt;</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_SvgSpacing_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct SvgSpacing : IEquatable&lt;SvgSpacing&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure SvgSpacing
    Implements IEquatable(Of SvgSpacing)</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_SvgSpacing__ctor_System_Single_GrapeCity_Documents_Svg_SvgSpacingUnits_" data-uid="GrapeCity.Documents.Svg.SvgSpacing.#ctor(System.Single,GrapeCity.Documents.Svg.SvgSpacingUnits)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.-ctor.html#GrapeCity_Documents_Svg_SvgSpacing__ctor_System_Single_GrapeCity_Documents_Svg_SvgSpacingUnits_">SvgSpacing(float, SvgSpacingUnits)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.html">SvgSpacing</a> struct.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_SvgSpacing_Normal" data-uid="GrapeCity.Documents.Svg.SvgSpacing.Normal">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.Normal.html">Normal</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a normal spacing. Computes to zero.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_SvgSpacing_Units" data-uid="GrapeCity.Documents.Svg.SvgSpacing.Units">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.Units.html#GrapeCity_Documents_Svg_SvgSpacing_Units">Units</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of spacing units.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSpacing_Value" data-uid="GrapeCity.Documents.Svg.SvgSpacing.Value">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.Value.html#GrapeCity_Documents_Svg_SvgSpacing_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of spacing in specified units.</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_SvgSpacing_Equals_GrapeCity_Documents_Svg_SvgSpacing_" data-uid="GrapeCity.Documents.Svg.SvgSpacing.Equals(GrapeCity.Documents.Svg.SvgSpacing)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.Equals.html#GrapeCity_Documents_Svg_SvgSpacing_Equals_GrapeCity_Documents_Svg_SvgSpacing_">Equals(SvgSpacing)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.html">SvgSpacing</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSpacing_Equals_System_Object_" data-uid="GrapeCity.Documents.Svg.SvgSpacing.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.Equals.html#GrapeCity_Documents_Svg_SvgSpacing_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSpacing_GetHashCode" data-uid="GrapeCity.Documents.Svg.SvgSpacing.GetHashCode">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.GetHashCode.html#GrapeCity_Documents_Svg_SvgSpacing_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this struct.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Svg_SvgSpacing_ToString" data-uid="GrapeCity.Documents.Svg.SvgSpacing.ToString">
          <a class="xref" href="GrapeCity.Documents.Svg.SvgSpacing.ToString.html#GrapeCity_Documents_Svg_SvgSpacing_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current struct.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
