DS.Documents.Barcode Assembly / GrapeCity.Documents.Barcode Namespace / GcPdfBarcodeExtension Class / DrawBarcode Method
The current graphics.
The barcode to draw.
The bounds specifying where to draw the barcode.

In This Topic
DrawBarcode Method
In This Topic
Syntax
'Declaration
 
Public Shared Sub DrawBarcode( _
   ByVal g As GcGraphics, _
   ByVal barcode As GcBarcode, _
   ByVal bounds As System.Drawing.RectangleF _
) 
 

Parameters

g
The current graphics.
barcode
The barcode to draw.
bounds
The bounds specifying where to draw the barcode.
See Also