Property: Link2D

(TBarcode2D_RSS14, TBarcode2D_RSSLimited, TBarcode2D_RSSExpanded)

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, and RSS Expanded) can be used together with a CC-A or a CC-B 2D component 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 component. Normally the RSS symbol, its contiguous separator pattern, and the 2D component are represented 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 component in an EAN.UCC Composite symbol. In order to represent the separator pattern on top of the RSS symbol, both the Show2DSeparator and the Link2Dproperties must be set to true.

If you use the RSS symbol as the Linear property's value of a TBarcode2D_CCA or TBarcode2D_CCB 2D barcode component to create the EAN.UCC composite symbol, the Show2DSeparator and the Link2Dproperties will be set to true automatically.

See also the "Composite symbol" section in the "TBarcode2D_RSS14", "TBarcode2D_RSSLimited", and "TBarcode2D_RSSExpanded" articles.

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

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

Contents