# GrapeCity.ActiveReports.SectionReportModel.Barcode

## Content

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



  <h1 id="GrapeCity_ActiveReports_SectionReportModel_Barcode" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode" class="text-break">Barcode Class
</h1>
  <div class="markdown level0 summary"><p>Barcode control.</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="GrapeCity.ActiveReports.SectionReportModel.ARControl.html">ARControl</a></div>
    <div class="level2"><span class="xref">Barcode</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Controls.Design.IPersistControl.html">IPersistControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.html">GrapeCity.ActiveReports.SectionReportModel</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.dll</h6>
  <h5 id="GrapeCity_ActiveReports_SectionReportModel_Barcode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[DefaultSize(1.5, 0.5)]
public sealed class Barcode : ARControl, IComponent, IDisposable, IPersistControl</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_SectionReportModel_Barcode__ctor" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.-ctor.html#GrapeCity_ActiveReports_SectionReportModel_Barcode__ctor">Barcode()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.html">Barcode</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_SectionReportModel_Barcode_Alignment" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.Alignment">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.Alignment.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the caption in the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_AutoSize" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.AutoSize">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.AutoSize.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the barcode automatically stretches to fit the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_Aztec" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.Aztec">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.Aztec.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_Aztec">Aztec</a>
        </td>
        <td class="markdown level1 summary"><p>Aztec options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_BackColor" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.BackColor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.BackColor.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the barcode's background color or fill color.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_BarHeight" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.BarHeight">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.BarHeight.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_BarHeight">BarHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Height of a bar.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_CaptionGrouping" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.CaptionGrouping">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.CaptionGrouping.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_CaptionGrouping">CaptionGrouping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to add spaces between groups of characters in the caption to make long numbers easier to read.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_CaptionPosition" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.CaptionPosition">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.CaptionPosition.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_CaptionPosition">CaptionPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption's vertical position relative to the barcode symbol.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_CheckSumEnabled" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.CheckSumEnabled">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.CheckSumEnabled.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_CheckSumEnabled">CheckSumEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a checksum of the barcode will be computed and included in the barcode when applicable.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_Code128" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.Code128">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.Code128.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_Code128">Code128</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Code128Options for the barcode control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_Code49" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.Code49">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.Code49.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_Code49">Code49</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Code49Options for the barcode control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_ControlType" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.ControlType">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.ControlType.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_ControlType">ControlType</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_DataField" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.DataField">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.DataField.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Gets or sets the name of the field used to bind the data source records.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_DataMatrix" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.DataMatrix">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.DataMatrix.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_DataMatrix">DataMatrix</a>
        </td>
        <td class="markdown level1 summary"><p>DataMatrix options include EccMode, Ecc200SymbolSize, Ecc200EncodingMode, Ecc000_140SymbolSize, StructuredAppend, StructureNumber, FileIdentifier, and Encoding.
Select from supplied values, or enter a number for the StructureNumber and FileIdentifier.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_Font" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.Font">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.Font.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or returns the font object used to print the control's caption.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_ForeColor" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.ForeColor">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.ForeColor.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or returns the foreground color of the control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_GS1Composite" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.GS1Composite">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.GS1Composite.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_GS1Composite">GS1Composite</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the GS1CompositeOptions for the barcode control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_MaxiCode" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.MaxiCode">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.MaxiCode.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_MaxiCode">MaxiCode</a>
        </td>
        <td class="markdown level1 summary"><p>MaxiCode options.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_MicroPDF417" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.MicroPDF417">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.MicroPDF417.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_MicroPDF417">MicroPDF417</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the MicroPDF417Options for the barcode control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_MicroQRCode" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.MicroQRCode">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.MicroQRCode.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_MicroQRCode">MicroQRCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the MicroQRCodeOptions for the barcode control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_NWRatio" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.NWRatio">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.NWRatio.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_NWRatio">NWRatio</a>
        </td>
        <td class="markdown level1 summary"><p>NW Ratio</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_NarrowBarWidth" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.NarrowBarWidth">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.NarrowBarWidth.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_NarrowBarWidth">NarrowBarWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Also known as the X dimension, this is a value defining the width of the narrowest part of the barcode.
Before using an extremely small value for this width, ensure that the scanner can read it.
This value is in pixel for SectionReports and in point/inch/cm for PageReports.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_PDF417" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.PDF417">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.PDF417.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_PDF417">PDF417</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the PDF417Options for the barcode control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_QRCode" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.QRCode">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.QRCode.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_QRCode">QRCode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the QRCodeOptions for the barcode control.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_QuietZoneBottom" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuietZoneBottom">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuietZoneBottom.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_QuietZoneBottom">QuietZoneBottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bottom quiet zone of the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_QuietZoneLeft" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuietZoneLeft">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuietZoneLeft.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_QuietZoneLeft">QuietZoneLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left quiet zone of the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_QuietZoneRight" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuietZoneRight">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuietZoneRight.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_QuietZoneRight">QuietZoneRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the right quiet zone of the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_QuietZoneTop" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuietZoneTop">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuietZoneTop.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_QuietZoneTop">QuietZoneTop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the top quiet zone of the barcode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_Rotation" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.Rotation">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.Rotation.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_Rotation">Rotation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the angle the barcode should be rotated to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_RssExpandedStacked" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.RssExpandedStacked">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.RssExpandedStacked.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_RssExpandedStacked">RssExpandedStacked</a>
        </td>
        <td class="markdown level1 summary"><p>When you set the Barcode Style property to RssExpandedStacked, this property allows you to control, via the RowCount property,
the number of stacks of segments in which to display the code. You can specify two to eleven rows.
Displaying an RSS Expanded barcode in stacks may be more appropriate for certain packaging requirements, as it reduces the length of a barcode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_Style" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.Style">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.Style.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the barcode symbology used to render the barcode text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementBarHeight" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementBarHeight">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementBarHeight.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementBarHeight">SupplementBarHeight</a>
        </td>
        <td class="markdown level1 summary"><p>The height of a bar in the supplement barcode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementCaptionPosition" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementCaptionPosition">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementCaptionPosition.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementCaptionPosition">SupplementCaptionPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Defines how to display the barcode caption.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementDataField" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementDataField">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementDataField.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementDataField">SupplementDataField</a>
        </td>
        <td class="markdown level1 summary"><p>The supplement for barcode data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementSpacing" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementSpacing">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementSpacing.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementSpacing">SupplementSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>The spacing between main and supplement barcodes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementText" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementText">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.SupplementText.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_SupplementText">SupplementText</a>
        </td>
        <td class="markdown level1 summary"><p>The supplement for barcode data.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_Text" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.Text">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.Text.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the barcode text value to be printed as a barcode symbol and caption of the barcode in applicable symbologies.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_ValueBinary" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.ValueBinary">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.ValueBinary.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_ValueBinary">ValueBinary</a>
        </td>
        <td class="markdown level1 summary"><p>Special property to pass binary data to barcode. Exists primary for QR Code 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="GrapeCity_ActiveReports_SectionReportModel_Barcode_GetControlBounds_System_Drawing_PointF_System_Single_System_Single_" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.GetControlBounds(System.Drawing.PointF,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.GetControlBounds.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_GetControlBounds_System_Drawing_PointF_System_Single_System_Single_">GetControlBounds(PointF, float, float)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_QuickLoad_System_IO_BinaryReader_" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuickLoad(System.IO.BinaryReader)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuickLoad.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_QuickLoad_System_IO_BinaryReader_">QuickLoad(BinaryReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the control from specified binary reader.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_QuickSave_System_IO_BinaryWriter_" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuickSave(System.IO.BinaryWriter)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.QuickSave.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_QuickSave_System_IO_BinaryWriter_">QuickSave(BinaryWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the control to the specified binary writer.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_ReadXml_System_Xml_XmlNode_" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.ReadXml(System.Xml.XmlNode)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.ReadXml.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_ReadXml_System_Xml_XmlNode_">ReadXml(XmlNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Reads the control from specified XML node.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_SectionReportModel_Barcode_WriteXml_System_Xml_XmlElement_" data-uid="GrapeCity.ActiveReports.SectionReportModel.Barcode.WriteXml(System.Xml.XmlElement)">
          <a class="xref" href="GrapeCity.ActiveReports.SectionReportModel.Barcode.WriteXml.html#GrapeCity_ActiveReports_SectionReportModel_Barcode_WriteXml_System_Xml_XmlElement_">WriteXml(XmlElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Writes the control as XML to specified XML node.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ApplyDefaults.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ApplyDefaults__1___0_">ObjectExtensions.ApplyDefaults&lt;TObject&gt;(TObject)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.SetValue.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_SetValue__1___0_System_ComponentModel_PropertyDescriptor_System_String_">ObjectExtensions.SetValue&lt;TObject&gt;(TObject, PropertyDescriptor, string)</a>
  </div>
  <div>
      <a class="xref" href="GrapeCity.ActiveReports.ReportsCore.Tools.ObjectExtensions.ToNameValueCollection.html#GrapeCity_ActiveReports_ReportsCore_Tools_ObjectExtensions_ToNameValueCollection_System_Object_">ObjectExtensions.ToNameValueCollection(object)</a>
  </div>

</div>
