ReaderGetFoundBarcodeLeft Method ByteScout Barcode Reader SDK
Gets the X coordinate of found barcode.

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

public int GetFoundBarcodeLeft(
	int barcodeIndex
)

Parameters

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

Return Value

Type: Int32
The X coordinate of found barcode.

Implements

IReaderGetFoundBarcodeLeft(Int32)
See Also

Reference