Property: Link2D

Specifies whether an RSS symbol (RSS-14, RSS Limited, or RSS Expanded) can be used as the linear component of an EAN.UCC Composite symbol.

Syntax:

property Link2D: Boolean;

Description:

An RSS barcode symbol (including RSS-14, RSS Limited, or RSS Expanded) can be used together with a CC-A or a CC-B 2D symobl to create the EAN.UCC composite symbol. The property specifies whether the RSS symbol can be used as the linear component of an EAN.UCC Composite symbol.

If the property is set to true, the RSS symbol and its contiguous separator pattern shall be aligned with a 2D symbol. Normally the RSS symbol, its contiguous separator pattern, and the 2D symbol are drawn at the same time, comprising a single EAN.UCC composite symbol.

If the property is set to false, the RSS symbol will be used as a stand-alone barcode symbol.

Note, a contiguous separator pattern is required between the RSS and the 2D symbol in an EAN.UCC Composite symbol. In order to drawn the separator pattern on top of the RSS symbol, both the Show2DSeparator and the Link2D properties must be set to true.

See also the "Composite symbol" section in the "TBarcodeFmx2D_RSS14", "TBarcodeFmx2D_RSSLimited", and "TBarcodeFmx2D_RSSExpanded" articles.

The following is several examples of the EAN.UCC composite symbol:

Link2D property (EAN.UCC RSS-14 Composite symbol)  Link2D property (EAN.UCC RSS-14 Stacked Composite symbol)  Link2D property (EAN.UCC RSS-Limited Composite symbol)  Link2D property (EAN.UCC RSS-Expanded Composite symbol)

Link2D property (EAN.UCC RSS-Expanded Stacked Composite symbol)

Contents