VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / AztecSymbolType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AztecSymbolType Enumeration
    In This Topic
    Aztec symbol type.
    Syntax
    'Declaration
    
    Public Enum AztecSymbolType
       Inherits System.Enum
    
    
    public enum AztecSymbolType : System.Enum
    
    
    __value public enum AztecSymbolType : public System.Enum
    
    
    public enum class AztecSymbolType : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined.
    RuneRune - small mark (contains numbers: 0..255). Used Reed-Solomon Error Correction.
    CompactAztec Compact symbol (1..4 layers). Used Reed-Solomon Error Correction.
    FullRangeAztec Full-Range symbol (1..32 layers). Used Reed-Solomon Error Correction.
    Inheritance Hierarchy

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

    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