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