Click or drag to resize

IDecoderDecodeMultiple Method

Decode multiple barcodes within an image.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
IDecoderResult[] 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: IDecoderResult
A list of decoded barcodes.
See Also