'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("Barcode reader must searche the Data Matrix Rectangular Extension (DMRE) barcode symbology.")> Public Property SearchDataMatrixRectangularExtensionBarcodes As Boolean
[DefaultValue(True)] [Description("Barcode reader must searche the Data Matrix Rectangular Extension (DMRE) barcode symbology.")] public bool SearchDataMatrixRectangularExtensionBarcodes { get; set; }
[DefaultValue(True)] [Description("Barcode reader must searche the Data Matrix Rectangular Extension (DMRE) barcode symbology.")] public: __property bool get_SearchDataMatrixRectangularExtensionBarcodes(); public: __property void set_SearchDataMatrixRectangularExtensionBarcodes(
bool value
);
[DefaultValue(True)] [Description("Barcode reader must searche the Data Matrix Rectangular Extension (DMRE) barcode symbology.")] public:
property bool SearchDataMatrixRectangularExtensionBarcodes { bool get(); void set(bool value); }
Property Value
false - поиск штрих-кодов DRME отключен; true - поиск штрих-кодов DRME включен. Значение по умолчанию - true.