TErrorCorrectionLevel Class

See ISO 18004:2006, 6.5.1. This enum encapsulates the four error correction levels defined by the QR code standard.

Unit: ZXing.QrCode.Internal.ErrorCorrectionLevel
System.TObject
  ZXing.QrCode.Internal.ErrorCorrectionLevel.TErrorCorrectionLevel
type TErrorCorrectionLevel = class(TObject)

The TErrorCorrectionLevel type exposes the following members.

Show:
 NameDescription
Create

Top
Show:
 NameDescription
Bits

Gets the bits.

Name

Gets the name.

Top
Show:
 NameDescription
ToString

Returns a that represents this instance.

forBits

Fors the bits.

ordinal

Ordinals this instance.

Top
Show:
 NameDescription
H

H = ~30% correction

L

L = ~7% correction

M

M = ~15% correction

Q

Q = ~25% correction

Top