TMulti Format Reader .decode Method
Decode an image using the hints provided. Does not honor existing state.
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.