# C1.BarCode.ModuleSize

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_BarCode_ModuleSize" data-uid="C1.BarCode.ModuleSize" class="text-break">ModuleSize Class
</h1>
  <div class="markdown level0 summary"><p>Represents the width of narrow and wide bars.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ModuleSize</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.BarCode.html">C1.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.BarCode.4.6.2.dll</h6>
  <h5 id="C1_BarCode_ModuleSize_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ModuleSize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ModuleSize</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="C1_BarCode_ModuleSize__ctor" data-uid="C1.BarCode.ModuleSize.#ctor">
          <a class="xref" href="C1.BarCode.ModuleSize.-ctor.html#C1_BarCode_ModuleSize__ctor">ModuleSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of ModuleSize.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_ModuleSize__ctor_System_Int32_System_Int32_" data-uid="C1.BarCode.ModuleSize.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="C1.BarCode.ModuleSize.-ctor.html#C1_BarCode_ModuleSize__ctor_System_Int32_System_Int32_">ModuleSize(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initailizes a new instance of ModuleSize.</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="C1_BarCode_ModuleSize_BarNarrow" data-uid="C1.BarCode.ModuleSize.BarNarrow">
          <a class="xref" href="C1.BarCode.ModuleSize.BarNarrow.html#C1_BarCode_ModuleSize_BarNarrow">BarNarrow</a>
        </td>
        <td class="markdown level1 summary"><p>The width for the barcode's narrow bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_ModuleSize_BarWide" data-uid="C1.BarCode.ModuleSize.BarWide">
          <a class="xref" href="C1.BarCode.ModuleSize.BarWide.html#C1_BarCode_ModuleSize_BarWide">BarWide</a>
        </td>
        <td class="markdown level1 summary"><p>The width for the barcode's wide bars.</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="C1_BarCode_ModuleSize_NotifyChangeValue" data-uid="C1.BarCode.ModuleSize.NotifyChangeValue">
          <a class="xref" href="C1.BarCode.ModuleSize.NotifyChangeValue.html#C1_BarCode_ModuleSize_NotifyChangeValue">NotifyChangeValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies of value changing</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_ModuleSize_ToString" data-uid="C1.BarCode.ModuleSize.ToString">
          <a class="xref" href="C1.BarCode.ModuleSize.ToString.html#C1_BarCode_ModuleSize_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Format text for property grid</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
