'Declaration
Public Sub DrawBarcode( _ ByVal barcode As PdfBarcode, _ ByVal x As Double, _ ByVal y As Double _ )
'Usage
Dim instance As PdfGraphics Dim barcode As PdfBarcode Dim x As Double Dim y As Double instance.DrawBarcode(barcode, x, y)
Parameters
- barcode
- PdfBarcode to draw.
- x
- The x-coordinate of the upper-left corner of the drawn barcode.
- y
- The y-coordinate of the upper-left corner of the drawn barcode.