PDFView4NET WPF Edition
PDFFedExGround96Barcode Class
Members 




O2S.Components.PDFView4NET.Graphics.Barcodes Namespace : PDFFedExGround96Barcode Class
Defines a FedEx Ground 96 barcode.
Object Model
PDFFedExGround96Barcode ClassPDFFontBase Class
Syntax
'Declaration
 
Public Class PDFFedExGround96Barcode 
   Inherits PDFCode128CBarcode
'Usage
 
Dim instance As PDFFedExGround96Barcode
public class PDFFedExGround96Barcode : PDFCode128CBarcode 
public __gc class PDFFedExGround96Barcode : public PDFCode128CBarcode 
public ref class PDFFedExGround96Barcode : public PDFCode128CBarcode 
Remarks
This class defines a FedEx Ground 96 barcode. 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 and the first 2 digits are always 96.
The structure of a FedEx Ground 96 barcode is as follows:
1-2 - Application Identifier (96)
3-4 - Two digit “Serial Container Numeric Code” - “11,12,13” identifies the carrier as “FedEx Ground”.
5-7 - Class of Service - Three-digit number used to identify the FedEx Ground class of service.
8-14 - FedEx Ground Shipper ID - Seven-digit unique shipper identification number.
15-21 - Package Number - Seven-digit package serial number.
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.PDFFedExGround96Barcode

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

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