QRCodeErrorCorrectionLevel Enum

Represents error correction levels of QR code.

public enum QRCodeErrorCorrectionLevel
Public Enum QRCodeErrorCorrectionLevel

Inheritance: ObjectValueTypeEnumQRCodeErrorCorrectionLevel

Fields

QRCodeErrorCorrectionLevel.H3Allows recovery of up to 30% data loss.
QRCodeErrorCorrectionLevel.L0Allows recovery of up to 7% data loss.
QRCodeErrorCorrectionLevel.M1Allows recovery of up to 15% data loss.
QRCodeErrorCorrectionLevel.Q2Allows recovery of up to 25% data loss.

Licensing Info

This enum is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

See Also

ceTe.DynamicBarcode.Creator

In this topic