static public field BarcodeType.GS1_128C

Brief

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

Declaration
C#
BarcodeType  GS1_128C = 5

Details

Code Set C includes digits only. It must have an even number of digits.

Declared in BarcodeType

back