VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / Code128EncodingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    Code128EncodingMode Enumeration
    In This Topic
    Specifies available data encodation modes of Code 128 or Code 16K barcode.
    Syntax
    'Declaration
    
    Public Enum Code128EncodingMode
       Inherits System.Enum
    
    
    public enum Code128EncodingMode : System.Enum
    
    
    __value public enum Code128EncodingMode : public System.Enum
    
    
    public enum class Code128EncodingMode : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined (auto detect).
    ModeAMode A. Symbols with codes from 0 to 95.
    ModeBMode B. Symbols with codes from 32 to 127.
    ModeCMode C. Pair of numbers from '00' to '99'.
    Code16K_Mode3Code 16K Mode B + FNC1 flag (Mode 3). Avalilable only as first encoding mode of a symbol.
    Code16K_Mode4Code 16K Mode C + FNC1 flag (Mode 4). Avalilable only as first encoding mode of a symbol.
    Code16K_Mode5Code 16K Mode C + single shift to Mode B (Mode 5). Avalilable only as first encoding mode of a symbol.
    Code16K_Mode6Code 16K Mode C + double shift to Mode B (Mode 6). Avalilable only as first encoding mode of a symbol.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Barcode.BarcodeInfo.Code128EncodingMode

    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