# GrapeCity.Documents.Barcode.BarcodeSizeMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Barcode_BarcodeSizeMode" data-uid="GrapeCity.Documents.Barcode.BarcodeSizeMode" class="text-break">BarcodeSizeMode Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the barcode sizing modes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Barcode.html">GrapeCity.Documents.Barcode</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Barcode.dll</h6>
  <h5 id="GrapeCity_Documents_Barcode_BarcodeSizeMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BarcodeSizeMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BarcodeSizeMode</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_Barcode_BarcodeSizeMode_Normal">Normal</td>
        <td><p>The overall size of the barcode is determined by properties like BarcodeSizeOptions.NarrowBarWidth, BarcodeSizeOptions.NarrowWideRatio etc.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_BarcodeSizeMode_Scale">Scale</td>
        <td><p>The barcode is scaled to fit the target draw bounds (see <a class="xref" href="GrapeCity.Documents.Barcode.GcPdfBarcodeExtension.DrawBarcode.html#GrapeCity_Documents_Barcode_GcPdfBarcodeExtension_DrawBarcode_GrapeCity_Documents_Drawing_GcGraphics_GrapeCity_Documents_Barcode_GcBarcode_System_Drawing_RectangleF_">DrawBarcode(GcGraphics, GcBarcode, RectangleF)</a>).</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
