Draws the barcode image onto the graphics object at the origin point.

Overload List

Draws the barcode image onto the graphics object at the origin point.

public void DrawOnCanvas(Graphics);

Draws the barcode image onto the graphics object at the given point.

public void DrawOnCanvas(Graphics,PointF);

Draws the barcode image onto the graphics object at the given point and in the specified scale.

public void DrawOnCanvas(Graphics,PointF,float);

See Also

BarcodeProfessional Class | Neodynamic.WinControls.BarcodeProfessional Namespace