Table of Contents

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 IBarcodeReaderGeneric
image BitmapSource

Returns

Result

DecodeMultiple(IBarcodeReaderGeneric, BitmapSource)

uses the IBarcodeReaderGeneric implementation and the BitmapSourceLuminanceSource class for decoding

public static Result[] DecodeMultiple(this IBarcodeReaderGeneric reader, BitmapSource image)

Parameters

reader IBarcodeReaderGeneric
image BitmapSource

Returns

Result[]