Property: Show2DSeparator

(TBarcode2D_RSS14, TBarcode2D_RSSLimited, TBarcode2D_Expanded)

Specifies whether to represent a 2D contiguous separator pattern on top of the RSS-14, RSS Limited, or RSS Expanded symbols.

Syntax:

property Show2DSeparator: 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. A contiguous separator pattern is required between the RSS and the 2D components in an EAN.UCC composite symbol. The property specifies whether to represent the contiguous separator pattern on top of the RSS symbol, in order to create EAN.UCC composite symbols using the RSS symbol. See digiam (the color of separator patterns are changed to red in order to accentuate them):

Separator pattern of EAN.UCC Composite symbols

The height of contiguous separator pattern is specified by the SeparatorRowHeight (for RSS-14 and RSS Expanded components) and SeparatorRowHeight (for the RSS Limited component) property, in modules.

Note, in order to represent the contiguous separator pattern, both the Show2DSeparator and the Link2D properties 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 Link2D properties will be set to true automatically.

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

Contents