VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / VicsScacProBarcodeSymbology Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
    VicsScacProBarcodeSymbology Class
    In This Topic
    Defines the VICS SCAC PRO (VICS Bill of Lading SCAC PRO, SCAC/Pro Barcode, Standard Carrier Alpha Code, Carrier SCAC Barcode) barcode symbology - subset of GS1-128 (UCC/EAN-128) barcode symbology.
    Object Model
    BarcodeSymbologySubset VicsScacProBarcodeSymbology
    Syntax
    'Declaration
    
    Public Class VicsScacProBarcodeSymbology
       Inherits BarcodeSymbologySubset
    
    
    public class VicsScacProBarcodeSymbology : BarcodeSymbologySubset
    
    
    public __gc class VicsScacProBarcodeSymbology : public BarcodeSymbologySubset*
    
    
    public ref class VicsScacProBarcodeSymbology : public BarcodeSymbologySubset^
    
    
    Remarks

    The value of the VICS SCAC/Pro barcode is as specified below:

    • Four alpha characters for SCAC. If the SCAC is less than four characters in length, then a dash character (-) should be used to extend the field to four characters.
    • A maximum of 20-digit for PRO Number. Due to space limitations, numeric characters are recommended for the PRO number. If alpha characters are used, the number of characters that fit in the available space on the Bill of Lading form is diminished considerably.

    Barcode value example: SCAC01234567890123456789.

    Inheritance Hierarchy

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

    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