Please use the SaveToFile method of the TImage control that is linked to a barcode component to save the barcode symbol as a picture file.
Image1.Picture.Bitmap.SaveToFile('C:\barcode.bmp');
Contents