 | BarcodeDecoderDecode Method |
Decode a single barcode within the specified bitmap.
Namespace:
Opait.Barcode
Assembly:
Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntaxpublic BarcodeResult 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:
BarcodeResultThe decoded barcode or null if none detected.
See Also