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

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

Syntax

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

Remarks

Used in Italy only, for coding pharmaceuticals, cosmetics and dietetics. Uses a specific encoding that represents in Code 39 the ascii code of digits, converted in base 32.

Inheritance Hierarchy

See Also