How to save a barcode symbol to picture file

Please use the SaveToFile method of the TImage control that is linked to a TBarcode1D barcode component to save the barcode symbol as a picture file.

For example:

Image1.Picture.Bitmap.SaveToFile('C:\barcode.bmp');

Contents