UCC/EAN-128 barcode class. Also known as: GS1-128, EAN-128, UCC-128.

Namespace:  Lesnikowski.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 1.0.5.40002

Syntax

C#
public class BarcodeEAN128 : Barcode128
Visual Basic (Declaration)
Public Class BarcodeEAN128 _
	Inherits Barcode128
Visual C++
public ref class BarcodeEAN128 : public Barcode128

Remarks

UCC/EAN-128 was developed to provide a worldwide format and standard for exchanging common data between companies. While other barcodes simply encode data with no respect for what the data represents, UCC/EAN-128 encodes data and encodes what that data represents. You shoud use the following number format: (ai)data*. For example: (10)12345(01)12345

Inheritance Hierarchy

See Also