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