Link Search Menu Expand Document

ReaderGetFoundBarcodeValue Method

Gets the found barcode value.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public string GetFoundBarcodeValue(
	int barcodeIndex
)

Parameters

barcodeIndex
Type: SystemInt32
Index of the barcode in FoundBarcodes array.

Return Value

Type: String
The found barcode value.

Implements

IReaderGetFoundBarcodeValue(Int32)
See Also

Reference