GS1
DataBar Family of bar codes
GS1 DataBar (formerly Reduced Space Symbols or RSS) symbols can identify small
items and carry more information than the current EAN/UPC barcode (GS1 DataBar
symbols will not necessarily replace EAN/UCC bar codes, as it will be left to
the brand owner - the party responsible for specifying package design - to
decide). GS1 DataBar enables GTIN identification for hard-to-mark products like
fresh foods, jewelry and do-it-yourself hardware products and can carry GS1
Application Identifiers (AI) such as serial numbers, lot numbers, and
expiration dates. This creates the opportunity for solutions supporting product
authentication and traceability, product quality and effectiveness, variable
measure product identification, and couponing.
GS1 DataBar is a family of linear barcode symbologies used within the GS1
System. There are three types of GS1 DataBar symbols, two of which have a
number of versions optimized for different application requirements.
GS1 DataBar-14 Truncated
GS1 DataBar-14 Truncated encodes AI (01) in a linear symbol designed to be read
by scanners such as wands, handheld lasers, and linear and 2D imagers. It
cannot be read efficiently by omnidirectional flat-bed and presentation
scanners. GS1 DataBar-14 Truncated is capable of encoding 20000000000000 (2 x
10 ^ 13) values. These values are expressed as 14 digits called Global Trade
Item Numbers (GTINs). The first digit is a linkage flag. The following 13
digits are data characters. The 13 data characters plus an implied check digit
form a GS1 14-digit item identification number including a leading Indicator
digit.
NOTE: The leading (01) is the implied application identifier (AI)
and is not encoded in the symbol. The last digit, which is a check digit, is
not directly encoded in the barcode.

Sample of a GS1 DataBar-14 Truncated/RSS-14 Truncated Barcode
Note: Please refer to the Class
Reference documentation for more information about the properties and methods
stated in this document.
In order to get a GS1 DataBar-14 Truncated/RSS-14 Truncated
barcode image, please follow these steps:
-
Set the Symbology property to GS1DataBarTruncated or
GS1DataBar14Truncated or Rss14Truncated
-
Setting up dimensions:
-
Set the BarWidth property to 0.0208
(Value is expressed in Inches)
-
Set the BarHeight property to 0.6864 (13 * BarWidth) or higher
(Value is expressed in Inches)
-
Set the Code property with a 13-digit value representing a GTIN-14 code
excluding AI (01) and last check digit.