VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / ReaderSettings Class / QrMinSymbolVersion Property
Синтаксис Требования Смотрите также
В этом разделе
    QrMinSymbolVersion Свойство (ReaderSettings)
    В этом разделе
    Возвращает или задает минимальную версию QR-кода, который должен быть распознан.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Minimum version of QR code that must be recognized.")>
    <DefaultValueAttribute(Version1)>
    Public Property QrMinSymbolVersion As Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion
    
    
    [Description("Minimum version of QR code that must be recognized.")]
    [DefaultValue(Version1)]
    public Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QrMinSymbolVersion { get; set; }
    
    
    [Description("Minimum version of QR code that must be recognized.")]
    [DefaultValue(Version1)]
    public: __property Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion get_QrMinSymbolVersion();
    public: __property void set_QrMinSymbolVersion(
    Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion value
    );
    [Description("Minimum version of QR code that must be recognized.")]
    [DefaultValue(Version1)]
    public:
    property Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QrMinSymbolVersion { Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion get(); void set(Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion value); }

    Property Value

    Значение по умолчанию: QRSymbolVersion.Version1.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также