PDF .NET Library Documentation - PDF Technologies, Inc.
Code128 barcode class.

Namespace:  PDFTech.Barcodes.Barcode1D
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

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

Remarks

(Also known as GS1-128, UCC/EAN-128) A very effective, high-density symbology capable of encoding a relatively large amount of data in a relatively small amount of space. It can encode all 128 ASCII characters and is also capable of encoding two numbers into one character width using one of the three available code sets.

Inheritance Hierarchy

See Also