PDFView4NET WPF Edition
PDFEAN8Barcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFEAN8Barcode Class
Defines the class for EAN-8 barcodes.
Object Model
PDFEAN8Barcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFEAN8Barcode 
   Inherits PDFEANBarcode
'Usage
 
Dim instance As PDFEAN8Barcode
public class PDFEAN8Barcode : PDFEANBarcode 
public __gc class PDFEAN8Barcode : public PDFEANBarcode 
public ref class PDFEAN8Barcode : public PDFEANBarcode 
Remarks
EAN-8 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-8 barcode must always have 7 characters length. The 8th 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.PDFEAN8Barcode

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

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