# C1.BarCode.GS1CompositeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_BarCode_GS1CompositeType" data-uid="C1.BarCode.GS1CompositeType" class="text-break">GS1CompositeType Enum
</h1>
  <div class="markdown level0 summary"><p>Composite symbol type.</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.Web.Api.BarCode.dll</h6>
  <h5 id="C1_BarCode_GS1CompositeType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GS1CompositeType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GS1CompositeType</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_GS1CompositeType_CCA">CCA</td>
        <td><p>Composite the GS1 barcode with a dependent CC-A barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_GS1CompositeType_None">None</td>
        <td><p>Does not composite the GS1 barcode with a depenent barcode.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
