# C1.C1Preview.BarcodeOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_BarcodeOptions" data-uid="C1.C1Preview.BarcodeOptions" class="text-break">BarcodeOptions Class
</h1>
  <div class="markdown level0 summary"><p>Specifies the barcode parameters: direction, text alignment, etc.</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">BarcodeOptions</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><span class="xref">INotify</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_BarcodeOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class BarcodeOptions : ICloneable, INotify</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class BarcodeOptions
    Implements ICloneable, INotify</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_C1Preview_BarcodeOptions__ctor" data-uid="C1.C1Preview.BarcodeOptions.#ctor">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.-ctor.html#C1_C1Preview_BarcodeOptions__ctor">BarcodeOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initialize a new instance of the <a class="xref" href="C1.C1Preview.BarcodeOptions.html">BarcodeOptions</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_C1Preview_BarcodeOptions_BarDirection" data-uid="C1.C1Preview.BarcodeOptions.BarDirection">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.BarDirection.html#C1_C1Preview_BarcodeOptions_BarDirection">BarDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_CaptionGrouping" data-uid="C1.C1Preview.BarcodeOptions.CaptionGrouping">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.CaptionGrouping.html#C1_C1Preview_BarcodeOptions_CaptionGrouping">CaptionGrouping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to split the caption text into groups for barcode types that support it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_CaptionPosition" data-uid="C1.C1Preview.BarcodeOptions.CaptionPosition">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.CaptionPosition.html#C1_C1Preview_BarcodeOptions_CaptionPosition">CaptionPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical position of caption relative to barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_CheckSumEnabled" data-uid="C1.C1Preview.BarcodeOptions.CheckSumEnabled">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.CheckSumEnabled.html#C1_C1Preview_BarcodeOptions_CheckSumEnabled">CheckSumEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a checksum of the barcode will be computed and included in the barcode when applicable.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_Code49" data-uid="C1.C1Preview.BarcodeOptions.Code49">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.Code49.html#C1_C1Preview_BarcodeOptions_Code49">Code49</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">C1.BarCode.Code49Options</span> object specifying additional options for Code49 barcodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_DataMatrix" data-uid="C1.C1Preview.BarcodeOptions.DataMatrix">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.DataMatrix.html#C1_C1Preview_BarcodeOptions_DataMatrix">DataMatrix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">C1.BarCode.DataMatrixOptions</span> object specifying additional options for DataMatrix barcodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_GS1Composite" data-uid="C1.C1Preview.BarcodeOptions.GS1Composite">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.GS1Composite.html#C1_C1Preview_BarcodeOptions_GS1Composite">GS1Composite</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">C1.BarCode.GS1CompositeOptions</span> object specifying additional options for composite barcodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_MicroPDF417" data-uid="C1.C1Preview.BarcodeOptions.MicroPDF417">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.MicroPDF417.html#C1_C1Preview_BarcodeOptions_MicroPDF417">MicroPDF417</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">C1.BarCode.MicroPDF417Options</span> object specifying additional options for MicroPDF417 barcodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_PDF417" data-uid="C1.C1Preview.BarcodeOptions.PDF417">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.PDF417.html#C1_C1Preview_BarcodeOptions_PDF417">PDF417</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">C1.BarCode.PDF417Options</span> object specifying additional options for PDF417 barcodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_QRCode" data-uid="C1.C1Preview.BarcodeOptions.QRCode">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.QRCode.html#C1_C1Preview_BarcodeOptions_QRCode">QRCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">C1.BarCode.QRCodeOptions</span> object specifying additional options for QR barcodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_RssExpandedStacked" data-uid="C1.C1Preview.BarcodeOptions.RssExpandedStacked">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.RssExpandedStacked.html#C1_C1Preview_BarcodeOptions_RssExpandedStacked">RssExpandedStacked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <span class="xref">C1.BarCode.RssExpandedStackedOptions</span> object specifying additional options for RSS expanded stacked barcodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_SizeOptions" data-uid="C1.C1Preview.BarcodeOptions.SizeOptions">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.SizeOptions.html#C1_C1Preview_BarcodeOptions_SizeOptions">SizeOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.C1Preview.BarcodeSizeOptions.html">BarcodeSizeOptions</a> object which specifies options affecting the size of the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_SupplementNumber" data-uid="C1.C1Preview.BarcodeOptions.SupplementNumber">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.SupplementNumber.html#C1_C1Preview_BarcodeOptions_SupplementNumber">SupplementNumber</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the supplement for the barcode data, supplement is 2/5 digit for EAN/UPC symbologies.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_TextAlign" data-uid="C1.C1Preview.BarcodeOptions.TextAlign">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.TextAlign.html#C1_C1Preview_BarcodeOptions_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption text alignment.</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_C1Preview_BarcodeOptions_AssignFrom_C1_C1Preview_BarcodeOptions_" data-uid="C1.C1Preview.BarcodeOptions.AssignFrom(C1.C1Preview.BarcodeOptions)">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.AssignFrom.html#C1_C1Preview_BarcodeOptions_AssignFrom_C1_C1Preview_BarcodeOptions_">AssignFrom(BarcodeOptions)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.BarcodeOptions.html">BarcodeOptions</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_BarcodeOptions_Clone" data-uid="C1.C1Preview.BarcodeOptions.Clone">
          <a class="xref" href="C1.C1Preview.BarcodeOptions.Clone.html#C1_C1Preview_BarcodeOptions_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a clone of the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
