# GrapeCity.SpreadBuilder.Imaging.ImageLineWeight

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_SpreadBuilder_Imaging_ImageLineWeight" data-uid="GrapeCity.SpreadBuilder.Imaging.ImageLineWeight" class="text-break">ImageLineWeight Enum
</h1>
  <div class="markdown level0 summary"><p>Used to specify the weight of a line bounding an image in conjunction with ImageInfo.LineWeight.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Imaging.html">GrapeCity.SpreadBuilder.Imaging</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Imaging_ImageLineWeight_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ImageLineWeight : byte</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_SpreadBuilder_Imaging_ImageLineWeight_Double">Double</td>
        <td><p>Specifies a double line thickness. This is thicker than the single line weight.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineWeight_Hairline">Hairline</td>
        <td><p>Specifies a hairline thickness. This is the thinnest line weight available.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineWeight_Single">Single</td>
        <td><p>Specifies a single line thickness. This is the default line weight.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Imaging_ImageLineWeight_Thick">Thick</td>
        <td><p>Specifies a thick line thickness. This is the thickest line weight available.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
