# C1.C1Preview.RenderBarCodeEx

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderBarCodeEx" data-uid="C1.C1Preview.RenderBarCodeEx" class="text-break">RenderBarCodeEx Class
</h1>
  <div class="markdown level0 summary"><p>Represents a barcode in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</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.C1Preview.RenderObject.html">RenderObject</a></div>
    <div class="level2"><span class="xref">RenderBarCodeEx</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a></div>
    <div><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.10.dll</h6>
  <h5 id="C1_C1Preview_RenderBarCodeEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderBarCodeEx : RenderObject, IStyleOwner, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RenderBarCodeEx
    Inherits RenderObject
    Implements IStyleOwner, IDocumentLocation</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_RenderBarCodeEx__ctor" data-uid="C1.C1Preview.RenderBarCodeEx.#ctor">
          <a class="xref" href="C1.C1Preview.RenderBarCodeEx.-ctor.html#C1_C1Preview_RenderBarCodeEx__ctor">RenderBarCodeEx()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderBarCodeEx.html">RenderBarCodeEx</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderBarCodeEx__ctor_C1_C1Preview_BarCode_BarCodeEnum_" data-uid="C1.C1Preview.RenderBarCodeEx.#ctor(C1.C1Preview.BarCode.BarCodeEnum)">
          <a class="xref" href="C1.C1Preview.RenderBarCodeEx.-ctor.html#C1_C1Preview_RenderBarCodeEx__ctor_C1_C1Preview_BarCode_BarCodeEnum_">RenderBarCodeEx(BarCodeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderBarCodeEx.html">RenderBarCodeEx</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_RenderBarCodeEx_BarCodeType" data-uid="C1.C1Preview.RenderBarCodeEx.BarCodeType">
          <a class="xref" href="C1.C1Preview.RenderBarCodeEx.BarCodeType.html#C1_C1Preview_RenderBarCodeEx_BarCodeType">BarCodeType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of encoding to use when generating the barcode.</p>
<p>Note that BarCodeType.None is not a valid value for this property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderBarCodeEx_Options" data-uid="C1.C1Preview.RenderBarCodeEx.Options">
          <a class="xref" href="C1.C1Preview.RenderBarCodeEx.Options.html#C1_C1Preview_RenderBarCodeEx_Options">Options</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.BarcodeOptions.html">BarcodeOptions</a> object defining additional barcode options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderBarCodeEx_Text" data-uid="C1.C1Preview.RenderBarCodeEx.Text">
          <a class="xref" href="C1.C1Preview.RenderBarCodeEx.Text.html#C1_C1Preview_RenderBarCodeEx_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value that is encoded as the barcode image.</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_RenderBarCodeEx_AssignFrom_C1_C1Preview_RenderObject_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.C1Preview.RenderBarCodeEx.AssignFrom(C1.C1Preview.RenderObject,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.C1Preview.RenderBarCodeEx.AssignFrom.html#C1_C1Preview_RenderBarCodeEx_AssignFrom_C1_C1Preview_RenderObject_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> to the current object.
Calls the base <a class="xref" href="C1.C1Preview.RenderObject.AssignFrom.html#C1_C1Preview_RenderObject_AssignFrom_C1_C1Preview_RenderObject_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool)</a> method.
If <code class="paramref">source</code> is a <a class="xref" href="C1.C1Preview.RenderBarCodeEx.html">RenderBarCodeEx</a>, also copies <a class="xref" href="C1.C1Preview.RenderBarCodeEx.html">RenderBarCodeEx</a>-specific properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderBarCodeEx_CreateSame" data-uid="C1.C1Preview.RenderBarCodeEx.CreateSame">
          <a class="xref" href="C1.C1Preview.RenderBarCodeEx.CreateSame.html#C1_C1Preview_RenderBarCodeEx_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new empty <a class="xref" href="C1.C1Preview.RenderBarCode.html">RenderBarCode</a> object
linked with same <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> as current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
