C# Класс zxingwp7.multi.qrcode.QRCodeMultiReader

This implementation can detect and decode multiple QR Codes in an image.
Наследование: zxingwp7.qrcode.QRCodeReader, MultipleBarcodeReader
Показать файл Открыть проект

Открытые методы

Метод Описание
decodeMultiple ( BinaryBitmap image ) : System.Result[]
decodeMultiple ( BinaryBitmap image, Object>.Dictionary hints ) : System.Result[]

Описание методов

decodeMultiple() публичный Метод

public decodeMultiple ( BinaryBitmap image ) : System.Result[]
image BinaryBitmap
Результат System.Result[]

decodeMultiple() публичный Метод

public decodeMultiple ( BinaryBitmap image, Object>.Dictionary hints ) : System.Result[]
image BinaryBitmap
hints Object>.Dictionary
Результат System.Result[]