VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / MaxiCodeEncodingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    MaxiCodeEncodingMode Enumeration
    In This Topic
    Specifies available encoding modes of MaxiCode barcode.
    Syntax
    'Declaration
    
    Public Enum MaxiCodeEncodingMode
       Inherits System.Enum
    
    
    public enum MaxiCodeEncodingMode : System.Enum
    
    
    __value public enum MaxiCodeEncodingMode : public System.Enum
    
    
    public enum class MaxiCodeEncodingMode : public System.Enum
    
    
    Members
    MemberDescription
    Mode2Mode2: Structured Carrier Message with Digital Post Code (MaxiCode specification, Annex B).
    Mode3Mode3: Structured Carrier Message with Alphanumeric or Digital Post Code (MaxiCode specification, Annex B).
    Mode4Mode4: Standard symbol with standard error correction, up to 93 text characters.
    Mode5Mode5: Standard symbol with extended error correction, up to 77 text characters.
    Mode6Mode6: Programmable reader with standard error correction.
    Inheritance Hierarchy

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

    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