TQRCode Reader Class
This implementation can detect and decode QR Codes in an image.
TInterfacedObject
ZXing.QrCode.QRCodeReader.TQRCodeReader
ZXing.QrCode.QRCodeReader.TQRCodeReader
The TQRCodeReader type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | decode | Overloaded. Locates and decodes a barcode in some format within an image. This method also accepts hints, each possibly associated to some data, which may help the implementation decode. |
![]() | decode | Overloaded. Locates and decodes a QR code in an image. a String representing the content encoded by the QR code |
![]() | reset | Resets any internal state the implementation has after a decode, to prepare it for reuse. |