PDFView4NET WPF Edition
PDFPostNetBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFPostNetBarcode Class
Defines a PostNet barcode.
Object Model
PDFPostNetBarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFPostNetBarcode 
   Inherits PDFHeightModulatedBarcode
'Usage
 
Dim instance As PDFPostNetBarcode
public class PDFPostNetBarcode : PDFHeightModulatedBarcode 
public __gc class PDFPostNetBarcode : public PDFHeightModulatedBarcode 
public ref class PDFPostNetBarcode : public PDFHeightModulatedBarcode 
Remarks
PostNet was developed by the United States Postal Service (USPS) to allow faster sorting and routing of mail.
Only the following symbols are allowed in a Planet barcode: 0 1 2 3 4 5 6 7 8 9
The information is encoded in the height of the barcodes, not in their width.
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFHeightModulatedBarcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFPostNetBarcode

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

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