'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 - search of DRME barcodes is disabled; true - search of DRME barcodes is enabled. Default value is true.