[]
        
(Showing Draft Content)

GrapeCity.Documents.Barcode.GcPdfBarcodeExtension.DrawBarcode

DrawBarcode Method

DrawBarcode(GcGraphics, GcBarcode, RectangleF)

Draws a GcBarcode on the current GcGraphics.

Declaration
public static void DrawBarcode(this GcGraphics g, GcBarcode barcode, RectangleF bounds)
Parameters
Type Name Description
GcGraphics g

The current graphics.

GcBarcode barcode

The barcode to draw.

RectangleF bounds

The bounds specifying where to draw the barcode.