Click or drag to resize

BarcodeDecoderDecodeMultiple Method

Decode multiple barcodes within an image.

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public BarcodeResult[] DecodeMultiple(
	Bitmap bitmap,
	int pageNumber = 0
)

Parameters

bitmap
Type: System.DrawingBitmap
The source bitmap.
pageNumber (Optional)
Type: SystemInt32
Index of the page where barcodes are detected.

Return Value

Type: BarcodeResult
A list of decoded barcodes.
See Also