PDFView4NET WPF Edition
PDFEANBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFEANBarcode Class
Defines the base class for EAN based barcodes.
Object Model
PDFEANBarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public MustInherit Class PDFEANBarcode 
   Inherits PDFUnidimensionalBarcode
'Usage
 
Dim instance As PDFEANBarcode
public abstract class PDFEANBarcode : PDFUnidimensionalBarcode 
public __gc abstract class PDFEANBarcode : public PDFUnidimensionalBarcode 
public ref class PDFEANBarcode abstract : public PDFUnidimensionalBarcode 
Remarks
An EAN based symbology is a numeric symbology. Only the following symbols are allowed in an EAN based barcode: 0 1 2 3 4 5 6 7 8 9
. The data for an EAN-13 barcode must always has 12 characters length. The 13th character 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.PDFEAN13Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFEAN8Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFISBNBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFISMNBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFISSNBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFJAN13Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUPCABarcode
            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

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