'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("The barcode reader accepts Pharmacode barcode, which has all bars with the same width.")> Public Property SearchOneBarWidePharmacode As Boolean
[DefaultValue(False)] [Description("The barcode reader accepts Pharmacode barcode, which has all bars with the same width.")] public bool SearchOneBarWidePharmacode { get; set; }
[DefaultValue(False)] [Description("The barcode reader accepts Pharmacode barcode, which has all bars with the same width.")] public: __property bool get_SearchOneBarWidePharmacode(); public: __property void set_SearchOneBarWidePharmacode(
bool value
);
[DefaultValue(False)] [Description("The barcode reader accepts Pharmacode barcode, which has all bars with the same width.")] 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.