TQRCodeDecoderMetaData Class

Meta-data container for QR Code decoding. Instances of this class may be used to convey information back to the decoding caller. Callers are expected to process this.

Unit: ZXing.QrCode.Internal.QRCodeDecoderMetaData
System.TObject
  ZXing.QrCode.Internal.QRCodeDecoderMetaData.TQRCodeDecoderMetaData
type TQRCodeDecoderMetaData = class(TObject)

The TQRCodeDecoderMetaData type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the class.

Top
Show:
 NameDescription
IsMirrored

true if the QR Code was mirrored.

Top
Show:
 NameDescription
applyMirroredCorrection

Apply the result points' order correction due to mirroring.

Top