Draws the barcode on the specified System.Drawing.Graphics object.

PrintPaint(System.Drawing.Graphics, System.Drawing.Rectangle)

public void PrintPaint(System.Drawing.Graphics graphics, System.Drawing.Rectangle position);
Public Sub PrintPaint(ByVal graphics As System.Drawing.Graphics, ByVal position As System.Drawing.Rectangle)

Parameters

Parameter Description
graphics Specifies the object of type System.Drawing.Graphics the barcode is printed to.
position Specifies the position to draw on the specified System.Drawing.Graphics object.