MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / BarcodeGraphicalRenderer Class / RenderBarcode Method
The barcode report item.
The area in which the barcode (bars, caption, quiet zone) resides.
Background area bounds.
The drawing canvas to draw upon.
Text metrics provider.
The text to be rendered in case of error.

In This Topic
RenderBarcode Method
In This Topic
Renders the barcode.
Syntax
'Declaration
 
Public Shared Sub RenderBarcode( _
   ByVal barcode As IBarcodeReportItem, _
   ByVal bounds As RectangleF, _
   ByVal bgBounds As RectangleF, _
   ByVal canvas As IDrawingCanvas, _
   ByVal metricsProvider As ITextMetricsProvider, _
   ByVal errorText As String _
) 
 

Parameters

barcode
The barcode report item.
bounds
The area in which the barcode (bars, caption, quiet zone) resides.
bgBounds
Background area bounds.
canvas
The drawing canvas to draw upon.
metricsProvider
Text metrics provider.
errorText
The text to be rendered in case of error.
See Also