Specifies a TImage control or a TQRImage control to represent the barcode symbol.
property Image: TControl;
Specifies a TImage control to represent the barcode symbol. The barcode picture will not be saved into the DFM file in design time. If you use the component with QuikeReport, you may specifiey a TQRImage control for the property.
You can link single TImage or TQRImage control to multiple TBarcode components in order to display multiple barcode symbols in the TImage or TQRImage control (using the LeftMargin and TopMargin properties to specify the position for every barcode symbol).