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