[]
        
(Showing Draft Content)

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

Render Method

Render(Func<RectangleF, IDrawingDevice>, RectangleF, Action<string, Color, Color, IStyle>)

Render barcode to drawing device

Declaration
void Render(Func<RectangleF, IDrawingDevice> createDevice, RectangleF bounds, Action<string, Color, Color, IStyle> renderError)
Parameters
Type Name Description
Func<RectangleF, IDrawingDevice> createDevice

The factory method to get IDrawingCanvas.

RectangleF bounds

Item bounds.

Action<string, Color, Color, IStyle> renderError

Action for error message rendering into drawing device. It has next parameters: error message, forecolor, backcolor, barcode style