# C1.BarCode.BarCodeDirection

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_BarCode_BarCodeDirection" data-uid="C1.BarCode.BarCodeDirection" class="text-break">BarCodeDirection Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the print direction of the barcode symbol.</p>
</div>
  <div class="markdown level0 conceptual"></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_BarCodeDirection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BarCodeDirection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BarCodeDirection</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="C1_BarCode_BarCodeDirection_BottomToTop">BottomToTop</td>
        <td><p>The barcode symbol is printed bottom to top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_BarCodeDirection_LeftToRight">LeftToRight</td>
        <td><p>The barcode symbol is printed left to right (default).</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_BarCodeDirection_RightToLeft">RightToLeft</td>
        <td><p>The barcode symbol is printed right to left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_BarCodeDirection_TopToBottom">TopToBottom</td>
        <td><p>The barcode symbol is printed top to bottom.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
