Draws the barcode image onto the graphics object at the origin point.
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);
BarcodeProfessional Class | Neodynamic.WinControls.BarcodeProfessional Namespace