TMulti Format Reader Class
MultiFormatReader is a convenience class and the main entry point into the library for most uses. By default it attempts to decode all barcode formats that the library supports. Optionally, you can provide a hints object to request different behavior, for example only decoding QR codes.
TInterfacedObject
ZXing.MultiFormatReader.TMultiFormatReader
ZXing.MultiFormatReader.TMultiFormatReader
The TMultiFormatReader type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | DecodeWithState | 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(). |
![]() | FreeReaders | |
![]() | Reset | |
![]() | decode | Overloaded. Decode an image using the hints provided. Does not honor existing state. |
![]() | decode | Overloaded. |
![]() | decode | Overloaded. |