# C1.Web.Mvc.Code128CodeSet

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Code128CodeSet" data-uid="C1.Web.Mvc.Code128CodeSet" class="text-break">Code128CodeSet Enum
</h1>
  <div class="markdown level0 summary"><p>Defines which code set is used to create Code128.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_Code128CodeSet_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum Code128CodeSet</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum Code128CodeSet</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_Web_Mvc_Code128CodeSet_A">A</td>
        <td><p>128A (Code Set A) – Uses ASCII characters 00 to 95 (0–9, A–Z and control codes), special characters, and FNC 1–4</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Code128CodeSet_Auto">Auto</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Code128CodeSet_B">B</td>
        <td><p>128B (Code Set B) – Uses ASCII characters 32 to 127 (0–9, A–Z, a–z), special characters, and FNC 1–4</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Code128CodeSet_C">C</td>
        <td><p>128C (Code Set C) – Uses 00–99 (encodes two digits with a single code point) and FNC1</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
