PDFView4NET WPF Edition
PDFJAN13Barcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFJAN13Barcode Class
Defines the class for JAN13 barcodes.
Object Model
PDFJAN13Barcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFJAN13Barcode 
   Inherits PDFEANBarcode
'Usage
 
Dim instance As PDFJAN13Barcode
public class PDFJAN13Barcode : PDFEANBarcode 
public __gc class PDFJAN13Barcode : public PDFEANBarcode 
public ref class PDFJAN13Barcode : public PDFEANBarcode 
Remarks
JAN-13 symbology is a numeric symbology. Only the following symbols are allowed in an JAN-13 barcode: 0 1 2 3 4 5 6 7 8 9
. An JAN-13 barcode (Japanese Article Numbering) is in fact an EAN-13 barcode having the 49 number system. The data for an JAN-13 barcode must always have 10 characters length. The number system is always 49 and the last 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.PDFJAN13Barcode

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

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