# C1.BarCode.Code49Options

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_BarCode_Code49Options" data-uid="C1.BarCode.Code49Options" class="text-break">Code49Options Class
</h1>
  <div class="markdown level0 summary"><p>The options of Code49.</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"><a class="xref" href="C1.BarCode.BarCodeOptionsBase.html">BarCodeOptionsBase</a></div>
    <div class="level2"><span class="xref">Code49Options</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="C1.BarCode.html">C1.BarCode</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.BarCode.4.6.2.dll</h6>
  <h5 id="C1_BarCode_Code49Options_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Code49Options : BarCodeOptionsBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Code49Options
    Inherits BarCodeOptionsBase
    Implements 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="C1_BarCode_Code49Options__ctor" data-uid="C1.BarCode.Code49Options.#ctor">
          <a class="xref" href="C1.BarCode.Code49Options.-ctor.html#C1_BarCode_Code49Options__ctor">Code49Options()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">C1.BarCode.Code49</span> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code49Options__ctor_System_String_" data-uid="C1.BarCode.Code49Options.#ctor(System.String)">
          <a class="xref" href="C1.BarCode.Code49Options.-ctor.html#C1_BarCode_Code49Options__ctor_System_String_">Code49Options(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <span class="xref">C1.BarCode.Code49</span> 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="C1_BarCode_Code49Options_Group" data-uid="C1.BarCode.Code49Options.Group">
          <a class="xref" href="C1.BarCode.Code49Options.Group.html#C1_BarCode_Code49Options_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets group numbers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code49Options_Grouping" data-uid="C1.BarCode.Code49Options.Grouping">
          <a class="xref" href="C1.BarCode.Code49Options.Grouping.html#C1_BarCode_Code49Options_Grouping">Grouping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether grouping is set for the barcode.</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="C1_BarCode_Code49Options_AssignFrom_C1_BarCode_BarCodeOptionsBase_" data-uid="C1.BarCode.Code49Options.AssignFrom(C1.BarCode.BarCodeOptionsBase)">
          <a class="xref" href="C1.BarCode.Code49Options.AssignFrom.html#C1_BarCode_Code49Options_AssignFrom_C1_BarCode_BarCodeOptionsBase_">AssignFrom(BarCodeOptionsBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.BarCode.BarCodeOptionsBase.html">BarCodeOptionsBase</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code49Options_Clone" data-uid="C1.BarCode.Code49Options.Clone">
          <a class="xref" href="C1.BarCode.Code49Options.Clone.html#C1_BarCode_Code49Options_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes object copy</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code49Options_Reset" data-uid="C1.BarCode.Code49Options.Reset">
          <a class="xref" href="C1.BarCode.Code49Options.Reset.html#C1_BarCode_Code49Options_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all properties to default values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code49Options_ShouldSerialize" data-uid="C1.BarCode.Code49Options.ShouldSerialize">
          <a class="xref" href="C1.BarCode.Code49Options.ShouldSerialize.html#C1_BarCode_Code49Options_ShouldSerialize">ShouldSerialize()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether any property of this object has changed from its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code49Options_ToString" data-uid="C1.BarCode.Code49Options.ToString">
          <a class="xref" href="C1.BarCode.Code49Options.ToString.html#C1_BarCode_Code49Options_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>

</div>
