TMultiFormatReader.hints Property

This method adds state to the MultiFormatReader. By setting the hints once, subsequent calls to decodeWithState(image) can reuse the same set of readers without reallocating memory. This is important for performance in continuous scan clients.

Unit: ZXing.MultiFormatReader
property hints

Parameters

hints

The set of hints to use for subsequent calls to decode(image)

Property Value

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