VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / ReaderSettings Class / SearchOneBarWidePharmacode Property
Syntax Remarks Requirements SeeAlso
In This Topic
    SearchOneBarWidePharmacode Property (ReaderSettings)
    In This Topic
    Gets or sets a value indicating whether the barcode reader accepts Pharmacode barcode, which has all bars with the same width.
    Syntax
    '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.
    Remarks

    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.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also