XFINIUM.PDF Documentation
PdfUspsPicBarcode Class
Members 



Defines an USPS Package Identification Code barcode.
Object Model
PdfUspsPicBarcode ClassPdfColor ClassPdfColor ClassPdfFont ClassPdfBarcodeQuietZones ClassPdfColor Class
Syntax
'Declaration
 
Public Class PdfUspsPicBarcode 
   Inherits PdfCode128CBarcode
'Usage
 
Dim instance As PdfUspsPicBarcode
public class PdfUspsPicBarcode : PdfCode128CBarcode 
public ref class PdfUspsPicBarcode : public PdfCode128CBarcode 
Remarks
Supported characters: 0 1 2 3 4 5 6 7 8 9
Data length: 21 digits for standard barcode or 29 digits for concatenated barcode.
USPS PIC standard barcode structure:
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)
USPS PIC concatenated barcode structure:
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
   Xfinium.Pdf.Graphics.PdfBarcode
      Xfinium.Pdf.Graphics.Pdf1DBarcode
         Xfinium.Pdf.Graphics.PdfCode128Barcode
            Xfinium.Pdf.Graphics.PdfCode128CBarcode
               Xfinium.Pdf.Graphics.PdfUspsPicBarcode

Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfUspsPicBarcode Members
Xfinium.Pdf.Graphics Namespace

Send Feedback