# GrapeCity.Documents.Barcode.GS1CompositeType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Barcode_GS1CompositeType" data-uid="GrapeCity.Documents.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="GrapeCity.Documents.Barcode.html">GrapeCity.Documents.Barcode</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Barcode.dll</h6>
  <h5 id="GrapeCity_Documents_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="GrapeCity_Documents_Barcode_GS1CompositeType_CCA">CCA</td>
        <td><p>Composite the GS1 barcode with a dependent CC-A barcode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_GS1CompositeType_CCB">CCB</td>
        <td><p>Composite the GS1 barcode with a dependent CC-B barcode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Barcode_GS1CompositeType_None">None</td>
        <td><p>Does not composite the GS1 barcode with a depenent barcode.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
