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

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

Syntax

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

Remarks

The UPC-A (Universal Product Code, invented in 1973) is a 12 digit, numeric symbology used in retail applications and is by far the most common and well-known barcode symbology in the United States. It is designed to uniquely identify a product and its manufacturer. You will find UPC-A barcode on virtually every consumer good at your local supermarket, as well as on books, magazines, and newspapers.

Inheritance Hierarchy

See Also