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