'Declaration <DescriptionAttribute("Barcode reader searches "distorted" DataMatrix barcodes.")> <DefaultValueAttribute(True)> Public Property SearchDistortedDataMatrixBarcodes As Boolean
[Description("Barcode reader searches "distorted" DataMatrix barcodes.")] [DefaultValue(True)] public bool SearchDistortedDataMatrixBarcodes { get; set; }
[Description("Barcode reader searches "distorted" DataMatrix barcodes.")] [DefaultValue(True)] public: __property bool get_SearchDistortedDataMatrixBarcodes(); public: __property void set_SearchDistortedDataMatrixBarcodes(
bool value
);
[Description("Barcode reader searches "distorted" DataMatrix barcodes.")] [DefaultValue(True)] public:
property bool SearchDistortedDataMatrixBarcodes { bool get(); void set(bool value); }
Property Value
false - отключен поиск "искаженных" штрих-кодов DataMatrix; true - включен поиск "искаженных" штрих-кодов DataMatrix. Значение по умолчанию - true.