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

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

Syntax

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

Remarks

UPC-E is a compacted form of UPC-A where the extra zeros are elimanated. The resulting barcode can be used on small packages as the barcode size is roughly half that of UPC-A.

Inheritance Hierarchy

See Also