BarcodeFoundEventArgs Constructor ByteScout Barcode Reader SDK
Initializes a new instance of the BarcodeFoundEventArgs class.

Namespace:  Bytescout.BarCodeReader
Assembly:  Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax

public BarcodeFoundEventArgs(
	FoundBarcode barcode,
	int count
)

Parameters

barcode
Type: Bytescout.BarCodeReaderFoundBarcode
The found barcode.
count
Type: SystemInt32
The number of barcodes found during last read session (including this one).
See Also

Reference