VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / FedExGround96BarcodeSymbology Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    FedExGround96BarcodeSymbology Class
    In This Topic
    Defines the FedEx Ground 96 (FedEx Ground "96" Code 128) barcode symbology - subset of GS1-128 (UCC/EAN-128) barcode symbology.
    Object Model
    BarcodeSymbologySubset FedExGround96BarcodeSymbology
    Syntax
    'Declaration
    
    Public Class FedExGround96BarcodeSymbology
       Inherits BarcodeSymbologySubset
    
    
    public class FedExGround96BarcodeSymbology : BarcodeSymbologySubset
    
    
    public __gc class FedExGround96BarcodeSymbology : public BarcodeSymbologySubset*
    
    
    public ref class FedExGround96BarcodeSymbology : public BarcodeSymbologySubset^
    
    
    Remarks

    The data content of the FedEx Ground 96 barcode is as specified below:

    • Application Identifier (AI): two-digit number "96".
    • Serial Container Numeric Code (SCNC): two digit (11, 12, 13) that identifies the carrier as "FedEx Ground".
    • Class of Service: three-digit number used to identify the FedEx Ground class of service.
    • FedEx Ground Shipper ID: seven-digit unique shipper identification number.
    • Package Number: seven-digit package serial number.
    • Check Digit: one digit, mod-10 data field check.

    Inheritance Hierarchy

    System.Object
       Vintasoft.Barcode.BarcodeSymbology
          Vintasoft.Barcode.SymbologySubsets.BarcodeSymbologySubset
             Vintasoft.Barcode.SymbologySubsets.FedExGround96BarcodeSymbology

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also