[]
Render barcode to drawing device
void Render(Func<RectangleF, IDrawingDevice> createDevice, RectangleF bounds, Action<string, Color, Color, IStyle> renderError)
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 |