BarcodeWebImageDraw Method (Graphics, Single, Single, UnitOfMeasure)
 Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
 Draws the barcode.
Namespace:Bytescout.BarCodeAssembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
Parameters
- graphics
 - Type: System.DrawingGraphics
The Graphics object to draw the barcode on. - left
 - Type: SystemSingle
The coordinate of leftmost barcode point in specified units. - top
 - Type: SystemSingle
The coordinate of topmost barcode point in specified units. - unit
 - Type: Bytescout.BarCodeUnitOfMeasure
The unit of measure for coordinates. 
Implements
IBarcodeDraw(Graphics, Single, Single, UnitOfMeasure)See Also