'Declaration <DescriptionAttribute("QR symbol version (symbol size). Default value is Undefined (symbol version calculated automatically).")> <DefaultValueAttribute(Undefined)> <CategoryAttribute("QR Code")> Public Property QRSymbol As Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion
[Description("QR symbol version (symbol size). Default value is Undefined (symbol version calculated automatically).")] [DefaultValue(Undefined)] [Category("QR Code")] public Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QRSymbol { get; set; }
[Description("QR symbol version (symbol size). Default value is Undefined (symbol version calculated automatically).")] [DefaultValue(Undefined)] [Category("QR Code")] public: __property Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion get_QRSymbol(); public: __property void set_QRSymbol(
Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion value
);
[Description("QR symbol version (symbol size). Default value is Undefined (symbol version calculated automatically).")] [DefaultValue(Undefined)] [Category("QR Code")] public:
property Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion QRSymbol { Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion get(); void set(Vintasoft.Barcode.BarcodeInfo.QRSymbolVersion value); }
Property Value
Значение по умолчанию: QRSymbolVersion.Undefined (версия символа рассчитывается автоматически).