VintaSoft Barcode .NET SDK 15.3: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReaderSettings Class / expectedBarcodes Property
Syntax Remarks Requirements SeeAlso
In This Topic
    expectedBarcodes Property (WebBarcodeReaderSettings)
    In This Topic
    Gets or sets the expected number of barcodes to recognize.
    Syntax
    'Declaration
    
    Public Property expectedBarcodes As Integer
    
    
    public int expectedBarcodes { get; set; }
    
    
    public: __property int get_expectedBarcodes();
    public: __property void set_expectedBarcodes(
    int value
    );
    public:
    property int expectedBarcodes { int get(); void set(int value); }

    Property Value

    Default value is 1.
    Remarks

    Value of this property must be set to 2 if it is necessary to read one EAN Plus or UPC Plus barcode.

    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also