'Declaration <DescriptionAttribute("The barcode reader accepts Pharmacode barcode, which has all bars with the same width.")> <DefaultValueAttribute(False)> Public Property SearchOneBarWidePharmacode As Boolean
[Description("The barcode reader accepts Pharmacode barcode, which has all bars with the same width.")] [DefaultValue(False)] public bool SearchOneBarWidePharmacode { get; set; }
[Description("The barcode reader accepts Pharmacode barcode, which has all bars with the same width.")] [DefaultValue(False)] public: __property bool get_SearchOneBarWidePharmacode(); public: __property void set_SearchOneBarWidePharmacode(
bool value
);
[Description("The barcode reader accepts Pharmacode barcode, which has all bars with the same width.")] [DefaultValue(False)] public:
property bool SearchOneBarWidePharmacode { bool get(); void set(bool value); }
Property Value
False - распознаватель штрих-кодов не должен распознавать штрихкод Pharmacode, все полосы которого имеют одинаковую ширину; true - распознаватель штрих-кодов должен распознавать штрихкод Pharmacode, все полосы которого имеют одинаковую ширину.
Значение по умолчанию - false.
Значение по умолчанию - false.