Barcode Xpress for .NET Core v13.4 - Updated
Code 39 Extended
User Guide > Concepts > Barcode Specifications > Barcode Types > Code 39 Extended

Code 39 Extended was developed to provide a means of encoding additional characters that are not part of the Code 39 character set (for example, lowercase characters and additional symbols), and is essentially a superset of Code 39. Extended characters are encoded by using a pair of normal Code 39 characters. For example, a lowercase "a" is encoded by the character pair "+A". Code 39 Extended supports the full ASCII character set.

The ratio of wide to narrow bar width can be in the range of 1.8 to 3.4. The Barcode Xpress Code 39 uses a 2:1 wide:narrow bar width ratio.

If you don't set the reader BarcodeTypes property to specifically look for Code 32 barcodes, the barcode engine might confuse a Code 32 barcode with a Code 39 Extended barcode since Code 32 is a subset of Code 39 Extended and Barcode Xpress assumes the barcode is a Code 39 Extended when looking for Code 39 Extended or both.
By default, Barcode Xpress detects Code 39 Extended barcodes only with start and stop patterns. Use the Code39StartStopPatternsAreMandatory property to search for Code 39 Extended barcodes without start and stop patterns.

An example:

See Also