 | 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
SyntaxIDecoderResult 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:
IDecoderResultThe decoded barcode or null if none detected.
See Also