PDFView4NET WPF Edition
PDFISSNBarcode Class
Members 




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

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

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