PDFView4NET WPF Edition
PDFISBNBarcode Class
Members 




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

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

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