'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.