VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Barcode.Web.Services Namespace / WebBarcodeReaderSettings Class / expectedBarcodes Property
Syntax Remarks Requirements SeeAlso
    expectedBarcodes Property (WebBarcodeReaderSettings)
    Gets or sets the expected number of barcodes to recognize.
    Syntax
    'Declaration
    
    Public Property expectedBarcodes As Integer
    
    
     

    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: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also