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);
Draws the barcode image onto the graphics object with the bars filling the specified area measured in inches.
public void DrawOnCanvas(Graphics,RectangleF);
BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace