SearchOneBarWidePharmacode Property (ReaderSettings)
Gets or sets a value indicating whether the barcode reader accepts Pharmacode barcode, which has all bars with the same width.
[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
);
[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 );
}
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.
Here is text from specification of Pharmacode barcodes: For reasons of legibility, recognize and coding that is only one bar wide should never be used.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5