VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / QrMinSymbolVersion Property
Syntax Requirements SeeAlso
In This Topic
    QrMinSymbolVersion Property (ReaderSettings)
    In This Topic
    Gets or sets the minimum version of QR code that must be recognized.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(Version1)>
    <DescriptionAttribute("Minimum version of QR code that must be recognized.")>
    Public Property QrMinSymbolVersion As Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion
    
    
    [DefaultValue(Version1)]
    [Description("Minimum version of QR code that must be recognized.")]
    public Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QrMinSymbolVersion { get; set; }
    
    
    [DefaultValue(Version1)]
    [Description("Minimum version of QR code that must be recognized.")]
    public: __property Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion get_QrMinSymbolVersion();
    public: __property void set_QrMinSymbolVersion(
    Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion value
    );
    [DefaultValue(Version1)]
    [Description("Minimum version of QR code that must be recognized.")]
    public:
    property Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QrMinSymbolVersion { Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion get(); void set(Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion value); }

    Property Value

    Default value is QRSymbolVersion.Version1.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also