VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / AztecSymbol Class / SymbolType Property
Syntax Requirements SeeAlso
In This Topic
    SymbolType Property (AztecSymbol)
    In This Topic
    Returns an Aztec symbol type.
    Syntax
    'Declaration
    
    Public ReadOnly Property SymbolType As AztecSymbolType
    
    
    public AztecSymbolType SymbolType { get; }
    
    
    public: __property AztecSymbolType get_SymbolType();
    
    
    
    public:
    property AztecSymbolType SymbolType { AztecSymbolType get(); }
    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