static public field BarcodeType.GS1_128B

Brief

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

Declaration
C#
BarcodeType  GS1_128B = 4

Details

Code Set B includes digits, uppercase and lowercase letters, and some additional characters.

Declared in BarcodeType

back