static public field BarcodeType.GS1_128A

Brief

GS1-128 (also known as UCC-128 or EAN-128) that uses the Code 128 barcode specification with Code Set A.

Declaration
C#
BarcodeType  GS1_128A = 3

Details

Code Set A includes digits, uppercase letters, and control characters, such as tab and new-line.

Declared in BarcodeType

back