# GrapeCity.ActiveReports.BarCodes.Code128Options

## Content

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



  <h1 id="GrapeCity_ActiveReports_BarCodes_Code128Options" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options" class="text-break">Code128Options Class
</h1>
  <div class="markdown level0 summary"><p>Represents the Code128 barcode's particular information.</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">Code128Options</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_Code128Options_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Code128Options : 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_Code128Options__ctor" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.-ctor.html#GrapeCity_ActiveReports_BarCodes_Code128Options__ctor">Code128Options()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.html">Code128Options</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Code128Options__ctor_System_String_" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.-ctor.html#GrapeCity_ActiveReports_BarCodes_Code128Options__ctor_System_String_">Code128Options(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.html">Code128Options</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_Code128Options_BarAdjust" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.BarAdjust">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.BarAdjust.html#GrapeCity_ActiveReports_BarCodes_Code128Options_BarAdjust">BarAdjust</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the correction of the bar in units of dot.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Code128Options_Dpi" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.Dpi">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.Dpi.html#GrapeCity_ActiveReports_BarCodes_Code128Options_Dpi">Dpi</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the resolution of the printer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Code128Options_ModuleSize" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.ModuleSize">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.ModuleSize.html#GrapeCity_ActiveReports_BarCodes_Code128Options_ModuleSize">ModuleSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the barcode module.</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_Code128Options_Clone" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.Clone.html#GrapeCity_ActiveReports_BarCodes_Code128Options_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_Code128Options_ReadXml_System_Xml_XmlNode_" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.ReadXml(System.Xml.XmlNode)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.ReadXml.html#GrapeCity_ActiveReports_BarCodes_Code128Options_ReadXml_System_Xml_XmlNode_">ReadXml(XmlNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.html">Code128Options</a> from specified XML node.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Code128Options_ToString" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.ToString.html#GrapeCity_ActiveReports_BarCodes_Code128Options_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 this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_BarCodes_Code128Options_WriteXml_System_Xml_XmlElement_" data-uid="GrapeCity.ActiveReports.BarCodes.Code128Options.WriteXml(System.Xml.XmlElement)">
          <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.WriteXml.html#GrapeCity_ActiveReports_BarCodes_Code128Options_WriteXml_System_Xml_XmlElement_">WriteXml(XmlElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the <a class="xref" href="GrapeCity.ActiveReports.BarCodes.Code128Options.html">Code128Options</a> as XML to specified XML node.</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>
