Class BarcodeReaderExtensions
- Namespace
- ZXing
- Assembly
- zxing.dll
extensions methods which are working directly on any IBarcodeReaderGeneric implementation
public static class BarcodeReaderExtensions
- Inheritance
-
BarcodeReaderExtensions
- Inherited Members
Methods
Decode(IBarcodeReaderGeneric, BitmapSource)
uses the IBarcodeReaderGeneric implementation and the BitmapSourceLuminanceSource class for decoding
public static Result Decode(this IBarcodeReaderGeneric reader, BitmapSource image)
Parameters
reader
IBarcodeReaderGenericimage
BitmapSource
Returns
DecodeMultiple(IBarcodeReaderGeneric, BitmapSource)
uses the IBarcodeReaderGeneric implementation and the BitmapSourceLuminanceSource class for decoding
public static Result[] DecodeMultiple(this IBarcodeReaderGeneric reader, BitmapSource image)
Parameters
reader
IBarcodeReaderGenericimage
BitmapSource
Returns
- Result[]