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);

Draws the barcode image onto the graphics object with the bars filling the specified area measured in inches.

public void DrawOnCanvas(Graphics,RectangleF);

Draws the barcode image onto the graphics object with the bars filling the specified area measured in inches. It also performs the scaling of the Font in order to accommodate it to the desired size.

public void DrawOnCanvas(Graphics,RectangleF,bool);

See Also

BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace