If the barcode is an image you use the DrawImage method, passing the image and coordinates. If you are using C1Barcode control then the image is easily attainable. _c1pdf.DrawImage(c1BarCode1.Image, new RectangleF (100, 100, 30, 20)); If the barcode is a value using a barcode font, you have to set the...