# GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IBarcodeRdfRenderer.Render

## Content

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



<h1 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IBarcodeRdfRenderer_Render_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IBarcodeRdfRenderer.Render*">Render Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IBarcodeRdfRenderer_Render_" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IBarcodeRdfRenderer.Render*"></a>
<h4 id="GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IBarcodeRdfRenderer_Render_System_Func_System_Drawing_RectangleF_GrapeCity_ActiveReports_Extensibility_Rendering_Components_Barcode_IDrawingDevice__System_Drawing_RectangleF_System_Action_System_String_System_Drawing_Color_System_Drawing_Color_GrapeCity_ActiveReports_Extensibility_Rendering_Components_IStyle__" data-uid="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IBarcodeRdfRenderer.Render(System.Func{System.Drawing.RectangleF,GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice},System.Drawing.RectangleF,System.Action{System.String,System.Drawing.Color,System.Drawing.Color,GrapeCity.ActiveReports.Extensibility.Rendering.Components.IStyle})">Render(Func&lt;RectangleF, IDrawingDevice&gt;, RectangleF, Action&lt;string, Color, Color, IStyle&gt;)</h4>
<div class="markdown level1 summary"><p>Render barcode to drawing device</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Render(Func&lt;RectangleF, IDrawingDevice&gt; createDevice, RectangleF bounds, Action&lt;string, Color, Color, IStyle&gt; renderError)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.func-2">Func</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a>, <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.IDrawingDevice.html">IDrawingDevice</a>&gt;</td>
      <td><span class="parametername">createDevice</span></td>
      <td><p>The factory method to get <a class="xref" href="GrapeCity.ActiveReports.Drawing.IDrawingCanvas.html">IDrawingCanvas</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>Item bounds.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-4">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a>, <a class="xref" href="GrapeCity.ActiveReports.Extensibility.Rendering.Components.IStyle.html">IStyle</a>&gt;</td>
      <td><span class="parametername">renderError</span></td>
      <td><p>Action for error message rendering into drawing device. It has next
parameters: error message, forecolor, backcolor, barcode style</p>
</td>
    </tr>
  </tbody>
</table>
</div>
