Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / Reader Class / MaximumBarcodes Property




In This Topic
MaximumBarcodes Property
In This Topic
Gets and sets the maximum number of barcodes to recognize.
Syntax
'Declaration
 
Public Property MaximumBarcodes As Integer
 
'Usage
 
Dim instance As Reader
Dim value As Integer
 
instance.MaximumBarcodes = value
 
value = instance.MaximumBarcodes

Property Value

A long which represents the maximum number of barcodes to recognize.
Remarks

Note: Processing will halt after this number of barcodes have been found.

Default value: 100

See Also