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

[Visual Basic]
Overloads Public Sub DrawOnCanvas( _
   ByVal graphic As Graphics, _
   ByVal barsAreaInInches As RectangleF _
)
[C#]
public void DrawOnCanvas(
   Graphics graphic,
   RectangleF barsAreaInInches
);

Parameters

graphic
The Graphics object to draw with.
barsAreaInInches
The area on the graphic object to begin drawing the barcode bars.

See Also

BarcodeProfessional Class | Neodynamic.WebControls.BarcodeProfessional Namespace | BarcodeProfessional.DrawOnCanvas Overload List