# C1.BarCode.Code25intlvOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_BarCode_Code25intlvOptions" data-uid="C1.BarCode.Code25intlvOptions" class="text-break">Code25intlvOptions Class
</h1>
  <div class="markdown level0 summary"><p>The options of Code25intlv.</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">Code25intlvOptions</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.dll</h6>
  <h5 id="C1_BarCode_Code25intlvOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Code25intlvOptions : BarCodeOptionsBase, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Code25intlvOptions
    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_Code25intlvOptions__ctor" data-uid="C1.BarCode.Code25intlvOptions.#ctor">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.-ctor.html#C1_BarCode_Code25intlvOptions__ctor">Code25intlvOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.BarCode.Code25intlvOptions.html">Code25intlvOptions</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="C1_BarCode_Code25intlvOptions_BearBar" data-uid="C1.BarCode.Code25intlvOptions.BearBar">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.BearBar.html#C1_BarCode_Code25intlvOptions_BearBar">BearBar</a>
        </td>
        <td class="markdown level1 summary"><p>Whether or not to display  bearer bar to ITF barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code25intlvOptions_LineStroke" data-uid="C1.BarCode.Code25intlvOptions.LineStroke">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.LineStroke.html#C1_BarCode_Code25intlvOptions_LineStroke">LineStroke</a>
        </td>
        <td class="markdown level1 summary"><p>The color of bearer bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code25intlvOptions_LineStrokeThickness" data-uid="C1.BarCode.Code25intlvOptions.LineStrokeThickness">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.LineStrokeThickness.html#C1_BarCode_Code25intlvOptions_LineStrokeThickness">LineStrokeThickness</a>
        </td>
        <td class="markdown level1 summary"><p>The line width of bearer bar.</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_Code25intlvOptions_AssignFrom_C1_BarCode_BarCodeOptionsBase_" data-uid="C1.BarCode.Code25intlvOptions.AssignFrom(C1.BarCode.BarCodeOptionsBase)">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.AssignFrom.html#C1_BarCode_Code25intlvOptions_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_Code25intlvOptions_Clone" data-uid="C1.BarCode.Code25intlvOptions.Clone">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.Clone.html#C1_BarCode_Code25intlvOptions_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Makes object copy</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code25intlvOptions_Reset" data-uid="C1.BarCode.Code25intlvOptions.Reset">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.Reset.html#C1_BarCode_Code25intlvOptions_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all properties to default values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code25intlvOptions_ResetLineStroke" data-uid="C1.BarCode.Code25intlvOptions.ResetLineStroke">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.ResetLineStroke.html#C1_BarCode_Code25intlvOptions_ResetLineStroke">ResetLineStroke()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_BarCode_Code25intlvOptions_ShouldSerialize" data-uid="C1.BarCode.Code25intlvOptions.ShouldSerialize">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.ShouldSerialize.html#C1_BarCode_Code25intlvOptions_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_Code25intlvOptions_ShouldSerializeLineStroke" data-uid="C1.BarCode.Code25intlvOptions.ShouldSerializeLineStroke">
          <a class="xref" href="C1.BarCode.Code25intlvOptions.ShouldSerializeLineStroke.html#C1_BarCode_Code25intlvOptions_ShouldSerializeLineStroke">ShouldSerializeLineStroke()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
