PDFView4NET WPF Edition
PDFISMNBarcode Class
Members 




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

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

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