TMultiFormatReader.DecodeWithState Method

Decode an image using the state set up by calling setHints() previously. Continuous scan clients will get a large speed increase by using this instead of decode().

Unit: ZXing.MultiFormatReader
function DecodeWithState(image: TBinaryBitmap): TReadResult

Parameters

image
Type: ZXing.BinaryBitmap.TBinaryBitmap

The pixel data to decode

Return Value

The contents of the image