Click or drag to resize

BarCodeControl DrawBarCode Method

Draws the barcode in the canvas passed.

Namespace: Spire.Barcode.Forms
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
public void DrawBarCode(
	Graphics canvas
)

Parameters

canvas
Type: System.Drawing Graphics
Canvas to draw barcode into.
See Also