PDFView4NET WPF Edition
PDFEAN13Barcode Class
Members 




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

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

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