PDFView4NET WPF Edition
PDFUPCABarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFUPCABarcode Class
Defines the class for UPC-A barcodes.
Object Model
PDFUPCABarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFUPCABarcode 
   Inherits PDFEANBarcode
'Usage
 
Dim instance As PDFUPCABarcode
public class PDFUPCABarcode : PDFEANBarcode 
public __gc class PDFUPCABarcode : public PDFEANBarcode 
public ref class PDFUPCABarcode : public PDFEANBarcode 
Remarks
UPC-A symbology is a numeric symbology. Only the following symbols are allowed in an UPC-A barcode: 0 1 2 3 4 5 6 7 8 9
. The data for an UPC-A barcode must always have 11 characters length. The first digit is the number system, usually 0, and the last digit is the check digit and it is computed automatically.
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFEANBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUPCABarcode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFUPCABarcode Members
O2S.Components.PDFView4NET.Graphics.Barcodes Namespace