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