Skip to main content

TdxBarCodeInterleaved2Of5Symbology Class

Interleaved 2 of 5 barcode symbology class.

Declaration

TdxBarCodeInterleaved2Of5Symbology = class(
    TdxBarCodeITFTypeSymbology
)

Remarks

Interleaved 2 of 5 is a higher-density numerical symbology based on the Standard 2 of 5 symbology. The Interleaved 2 of 5 symbology is used primarily in the distribution and warehouse industry.

The TdxBarCodeInterleaved2Of5Symbology class publishes the following properties that allow you to:

  • Specify if the checksum is included into the generated barcode (Checksum);

  • Customize the width of wide bars in the generated barcode (WideNarrowRatio).

Additionally, this class initializes the published Checksum property to True to underpin the Interleaved 2 of 5 barcode symbology design.

To enable the Interleaved 2 of 5 generation mode, assign the TdxBarCodeInterleaved2Of5Symbology class name to the Properties.BarCodeSymbologyClassName property provided by the unbound and data-aware barcode controls.

The dxBarCodeInterleaved2Of5LeftQuietZoneSize and dxBarCodeInterleaved2Of5RightQuietZoneSize global constant values determine the interleaved 2 of 5 barcode’s left and right quiet zone sizes, respectively.

Inheritance

See Also