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