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

For the TBarcode2D_CCA, TBarcode2D_CCB, and TBarcode2D_CCC barcode components, if the Linear property is set, the 2D symbol and the linear symbol are assembled to generate an EAN.UCC composite barcode symbol. Both of them will be represent on the TImage, TQRImage, or TQRGzImage control.

You can link single TImage, TQRImage, or TQRGzImage control to multiple TBarcode2D 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