Click or drag to resize

IDecoderDecode Method

Decode a single barcode within the specified bitmap.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
IDecoderResult Decode(
	Bitmap bitmap,
	int pageNumber = 0
)

Parameters

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

Return Value

Type: IDecoderResult
The decoded barcode or null if none detected.
See Also