UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
LabelMaker.Interfaces.IBcdQRCode.QRCodeErrorCorrectionEnum Class Reference

Error correction allows for barcodes to remain readable if damaged but increases the amount of data encoded. More...

Inheritance diagram for LabelMaker.Interfaces.IBcdQRCode.QRCodeErrorCorrectionEnum:

Static Public Attributes

int CORRECTION7 = 0
 
int CORRECTION15 = 1
 
int CORRECTION25 = 2
 
int CORRECTION30 = 3
 

Detailed Description

Error correction allows for barcodes to remain readable if damaged but increases the amount of data encoded.

Higher error correction allows for more damage to the barcode while still being readable. The barcode size/area increases with higher error correction due to use of more data on higher error correction levels.

Member Data Documentation

◆ CORRECTION15

int LabelMaker.Interfaces.IBcdQRCode.QRCodeErrorCorrectionEnum.CORRECTION15 = 1
static

◆ CORRECTION25

int LabelMaker.Interfaces.IBcdQRCode.QRCodeErrorCorrectionEnum.CORRECTION25 = 2
static

◆ CORRECTION30

int LabelMaker.Interfaces.IBcdQRCode.QRCodeErrorCorrectionEnum.CORRECTION30 = 3
static

◆ CORRECTION7

int LabelMaker.Interfaces.IBcdQRCode.QRCodeErrorCorrectionEnum.CORRECTION7 = 0
static

The documentation for this class was generated from the following file: