PDF File Writer Class Library - Author Uzi Granot
ErrorCorrection Enumeration |
QR Code error correction code enumeration
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
SyntaxC#
public enum ErrorCorrection
Members| Member name | Value | Description | |
|---|---|---|---|
| L | 0 | Low (01) | |
| M | 1 | Medium (00) | |
| Q | 2 | Medium-high (11) | |
| H | 3 | High (10) |
See Also