Interface IBarcodeReader<T>
- Namespace
- ZXing
- Assembly
- zxing.dll
Interface for a smart class to decode the barcode inside a bitmap object
public interface IBarcodeReader<T>
Type Parameters
T
Methods
Decode(T)
Decodes the specified barcode bitmap.
Result Decode(T barcodeBitmap)
Parameters
barcodeBitmap
TThe barcode bitmap.
Returns
- Result
the result data or null
DecodeMultiple(T)
Decodes the specified barcode bitmap.
Result[] DecodeMultiple(T barcodeBitmap)
Parameters
barcodeBitmap
TThe barcode bitmap.
Returns
- Result[]
the result data or null