Property: Image

Specifies a TImage, TQRImage, or TQRGzImage control to represent the barcode symbol.

Syntax:

property Image: TControl;

Description:

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 QuickReport, you may specifiey a TQRImage or TQRGzImage control for the property.

You can link single TImage, TQRImage, or TQRGzImage control to multiple TBarcode1D components in order to display multiple barcode symbols in the TImage, TQRImage, or TQRGzImage control (using the LeftMargin and TopMargin properties to specify the position for every barcode symbol).

Contents