Property: SeparatorRowHeight

(TBarcode2D_RSS14, TBarcode2D_RSSExpanded)

Specifies the height of separator pattern row between symbol rows for RSS-14 (Stacked and Stacked Omnidirectional) and RSS Expanded (Stacked) symbols, in modules.

Also, it sepecifies the height of contiguous separator pattern row between the linear and 2D components of an EAN.UCC Composite symbol which use the RSS symbol (including any style of RSS-14, RSS Limited, or any style of RSS Expanded symbol) as its linear component, in modules.

Syntax:

property SeparatorRowHeight: Integer;

Description:

For the RSS-14 barcode symbols, if the Style property is set to the rsStacked (Stacked style) or rsStackedOmnidirectional (Stacked Omnidirectional style), the property specifies the height of separator pattern row between top row and bottom row, in modules. See diagram:

SeparatorBarHeight property (RSS-14)

For the RSS Expanded barcode symbols, if the Style property is set to rsStacked (Stacked style), the property specifies the height of separator pattern row between symbol rows, in modules. See diagram:

SeparatorBarHeight property (RSS Expanded)

If an RSS barcode symbol (including any style of RSS-14, RSS Limited, or any style of RSS Expanded symbol) is used together with an adjacent 2D component to create the EAN.UCC Composite symbol (its Link2D property is set to true), and the contiguous separator pattern is respresented (its Show2DSeparator property is set to true), the property specifies the height of contiguous separator pattern too, in modules.

See diagram:

SeparatorBarHeight property (Height of 2D Separator pattern)

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

Contents