Property: Style

(TBarcode2D_RSS14)

Specifies which style (version) of RSS-14 symbols will be used.

Syntax:

type

{ Defined in the pRss14 unit }

TRSS14_Style = (rsStandard, rsTruncated, rsStacked, rsStackedOmnidirectional);

property Style: TRSS14_Style;

Description:

There are four styles (versions) of RSS-14 symbols, referred to as RSS-14 (Standard), RSS-14 Truncated, RSS-14 Stacked, and RSS-14 Stacked Omnidirectional respectively. The property specifies which style (version) will be used.

The property can be one of these values (defined in the pRss14 unit):

See also the "Styles" section in the "TBarcode2D_RSS14" article.

Contents