# GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions" data-uid="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions" class="text-break">GS1CompositeOptions Class
</h1>
  <div class="markdown level0 summary"><p>Represents GS1Composite options.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">BarCodeOptionsBase</span></div>
    <div class="level2"><span class="xref">GS1CompositeOptions</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.BarCodes.html">GrapeCity.ActiveReports.BarCodes</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GS1CompositeOptions : BarCodeOptionsBase, ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions__ctor" data-uid="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.-ctor.html#GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions__ctor">GS1CompositeOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the GS1CompositeOptions class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions__ctor_GrapeCity_ActiveReports_BarCodes_GS1CompositeType_System_String_" data-uid="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.#ctor(GrapeCity.ActiveReports.BarCodes.GS1CompositeType,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.-ctor.html#GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions__ctor_GrapeCity_ActiveReports_BarCodes_GS1CompositeType_System_String_">GS1CompositeOptions(GS1CompositeType, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the GS1CompositeOptions class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions__ctor_System_String_" data-uid="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.-ctor.html#GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions__ctor_System_String_">GS1CompositeOptions(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.BarCodes.MicroPDF417Options.html">MicroPDF417Options</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_Type" data-uid="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.Type">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.Type.html#GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the composite symbol type. Default value is None.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_Value" data-uid="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.Value">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.Value.html#GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CCA or CCB character data.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_Clone" data-uid="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.Clone.html#GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_ToString" data-uid="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.GS1CompositeOptions.ToString.html#GrapeCity_ActiveReports_BarCodes_GS1CompositeOptions_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.Core.Rendering.Tools.ObjectExtensions.IsNumber.html#GrapeCity_ActiveReports_Core_Rendering_Tools_ObjectExtensions_IsNumber_System_Object_">ObjectExtensions.IsNumber(object)</a>
  </div>

</div>
