VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / AztecEncodingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AztecEncodingMode Enumeration
    In This Topic
    Specifies available encoding modes of Aztec barcode.
    Syntax
    'Declaration
    
    Public Enum AztecEncodingMode
       Inherits System.Enum
    
    
    public enum AztecEncodingMode : System.Enum
    
    
    __value public enum AztecEncodingMode : public System.Enum
    
    
    public enum class AztecEncodingMode : public System.Enum
    
    
    Members
    MemberDescription
    TextText/Digits data.
    ByteBinary data (8-bit bytes).
    UndefinedUndefined.
    Inheritance Hierarchy

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

    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