'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 - the barcode reader does not accept Pharmacode barcode, which has all bars with the same width; true - the barcode reader accepts Pharmacode barcode, which has all bars with the same width.
Default value is false.
Default value is false.