PDFView4NET WPF Edition
PDFUSPSPICBarcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFUSPSPICBarcode Class
Defines a USPS Package Identification Code barcode.
Object Model
PDFUSPSPICBarcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFUSPSPICBarcode 
   Inherits PDFCode128CBarcode
'Usage
 
Dim instance As PDFUSPSPICBarcode
public class PDFUSPSPICBarcode : PDFCode128CBarcode 
public __gc class PDFUSPSPICBarcode : public PDFCode128CBarcode 
public ref class PDFUSPSPICBarcode : public PDFCode128CBarcode 
Remarks
Only the following symbols are allowed in the barcode: 0 1 2 3 4 5 6 7 8 9. The required data length is 21 digits for standard barcode (the first 2 digits are always 91) or 29 digits for concatenated barcode (the first 3 digits are always 420).
The structure of a USPS PIC standard barcode is as follows:
1 - 2 - Application Identifier (91)
3 - 4 - Service Type Code (STC)
5 - 13 - Customer ID: DUNS number that uniquely identifies the customer
14 - 21 - Package Sequence Number (PSN)
The structure of a USPS PIC concatenated barcode is as follows:
1 - 3 - Routing Application Identifier (420)
4 - 8 - 5-digit ZIP code
9 - 10 - Application Identifier (91)
11 - 12 - Service Type Code (STC)
13 - 21 - Customer ID: DUNS number that uniquely identifies the customer
22 - 29 - Package Sequence Number (PSN)
Inheritance Hierarchy

System.Object
   O2S.Components.PDFView4NET.Graphics.Barcodes.PDFBarcode
      O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUnidimensionalBarcode
         O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode128Barcode
            O2S.Components.PDFView4NET.Graphics.Barcodes.PDFCode128CBarcode
               O2S.Components.PDFView4NET.Graphics.Barcodes.PDFUSPSPICBarcode

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

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