PDFView4NET WPF Edition
PDFUPCEBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFUPCEBarcode Class
Defines the class for UPC-E barcodes.
Object Model
PDFUPCEBarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFUPCEBarcode 
   Inherits PDFEANBarcode
'Usage
 
Dim instance As PDFUPCEBarcode
public class PDFUPCEBarcode : PDFEANBarcode 
public __gc class PDFUPCEBarcode : public PDFEANBarcode 
public ref class PDFUPCEBarcode : public PDFEANBarcode 
Remarks
UPC-E symbology is a numeric symbology. Only the following symbols are allowed in an UPC-E barcode: 0 1 2 3 4 5 6 7 8 9
. The data for an UPC-E barcode must always have 7 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.PDFUPCEBarcode

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

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