TQRCodeReader Class

This implementation can detect and decode QR Codes in an image.

Unit: ZXing.QrCode.QRCodeReader
TInterfacedObject
  ZXing.QrCode.QRCodeReader.TQRCodeReader
type TQRCodeReader = class(TInterfacedObject)

The TQRCodeReader type exposes the following members.

Show:
 NameDescription
Create

Destroy

Top
Show:
 NameDescription
Decoder

Gets the decoder.

Top
Show:
 NameDescription
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.

Top