TMulti Format Reader .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.
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
>