PDFView4NET WPF Edition
PDFPZNBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFPZNBarcode Class
Defines a PZN barcode.
Object Model
PDFPZNBarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFPZNBarcode 
   Inherits PDFCode39Barcode
'Usage
 
Dim instance As PDFPZNBarcode
public class PDFPZNBarcode : PDFCode39Barcode 
public __gc class PDFPZNBarcode : public PDFCode39Barcode 
public ref class PDFPZNBarcode : public PDFCode39Barcode 
Remarks
The PZN barcode has a fixed length, 6 digits and only the following symbols are allowed: 1 2 3 4 5 6 7 8 9 0.
PZN (Pharma-Zentral-Nummer) barcodes are used in pharmaceutical industry in Germany.
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode39Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFPZNBarcode

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

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