TMultiFormatReader.decode Method

Decode an image using the hints provided. Does not honor existing state.

Unit: ZXing.MultiFormatReader
function decode(const image: TBinaryBitmap; hints: TDictionary<TDecodeHintType, TObject>): TReadResult

Parameters

image
Type: ZXing.BinaryBitmap.TBinaryBitmap

The pixel data to decode

hints
Type: TDictionary< ZXing.DecodeHintType.TDecodeHintType , System.RegularExpressions.TObject >

The hints to use, clearing the previous state.

Return Value

The contents of the image