QrCodeErrorCorrectionLevel Enum

The level of error correction to use in the 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 full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ceTe.DynamicPDF.PageElements.BarCoding

In this topic