[]
Renders the barcode.
public static void RenderBarcode(IBarcodeReportItem barcode, RectangleF bounds, RectangleF bgBounds, IDrawingCanvas canvas, ITextMetricsProvider metricsProvider, string errorText)
Type | Name | Description |
---|---|---|
IBarcodeReportItem | barcode | The barcode report item. |
RectangleF | bounds | The area in which the barcode (bars, caption, quiet zone) resides. |
RectangleF | bgBounds | Background area bounds. |
IDrawingCanvas | canvas | The drawing canvas to draw upon. |
ITextMetricsProvider | metricsProvider | Text metrics provider. |
string | errorText | The text to be rendered in case of error. |