Table of Contents

Enum PDF417ErrorCorrectionLevel

Namespace
ZXing.PDF417.Internal
Assembly
zxing.dll

defines the level of the error correction / count of error correction codewords

public enum PDF417ErrorCorrectionLevel

Fields

AUTO = 9

automatic selection

L0 = 0

level 0

L1 = 1

level 1

L2 = 2

level 2

L3 = 3

level 3

L4 = 4

level 4

L5 = 5

level 5

L6 = 6

level 6

L7 = 7

level 7

L8 = 8

level 8