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