VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / QRSymbol Class / Model Property
Syntax Requirements SeeAlso
In This Topic
    Model Property (QRSymbol)
    In This Topic
    Gets the model of QR code.
    Syntax
    'Declaration
    
    Public ReadOnly Property Model As Integer
    
    
    public int Model { get; }
    
    
    public: __property int get_Model();
    
    
    
    public:
    property int Model { int get(); }

    Property Value

    1 - QR Code Model 1 (AIM ISS 97-001).
    2 - QR Code Model 2 (ISO/IEC 18004).
    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