Property: Interlaced

(TSave2D_Png, TSave2D_Gif)

Specifies whether to generate the interlaced picture file when use the TSave2D_Gif or TSave2D_Png component to save a barcode symbol.

Syntax:

property Interlaced: Boolean;

Description:

The Graphics Interchange Format (GIF) and Portable Network Graphics (PNG) allow the images is interlaced; i.e., that the order of the raster lines in its data block is not sequential. This allows a partial display of the image that can be recognized before the full image is painted. The property specifies whether to generate the interlaced images file.

Contents