Click or drag to resize

ErrorCorrection Enumeration

Error correction level for two dimensional barcode symbologies. These define the tolerance levels for how much of the code can be lost before the code cannot be recovered. Higher levels will increase the size of the barcodes.

Namespace:  Opait.Barcoder.Api
Assembly:  Opait.Barcoder (in Opait.Barcoder.dll) Version: 1.3.4.0
Syntax
C#
public enum ErrorCorrection
Members
  Member nameValueDescription
Low0 Encode minimal allowed error correction code.
Normal1 Set error correction appropriate for normal use.
Medium2 Set medium level of error correction, higher than normal.
High3 Set the maximum allowed level of error correction.
L0 QRCode: 7% may be lost before recovery is not possible
M1 QRCode: 15% may be lost before recovery is not possible
Q2 QRCode: 25% may be lost before recovery is not possible
H3 QRCode: 30% may be lost before recovery is not possible
See Also