PDF417ErrorCorrectionLevel Property

Gets or sets the Error Correction Level to apply for PDF417 symbology.

Syntax

object.PDF417ErrorCorrectionLevel [=Value]

Data Type

PDF417ErrorCorrectionLevel Enumeration

The following settings are available:

Constant Value Description
Level0 0 2 Error Correction Codewords (error detection only).
Level1 1 4 Error Correction Codewords.
Level2 2 8 Error Correction Codewords.
Level3 3 16 Error Correction Codewords.
Level4 4 32 Error Correction Codewords.
Level5 5 64 Error Correction Codewords.
Level6 6 128 Error Correction Codewords.
Level7 7 256 Error Correction Codewords.
Level8 8 512 Error Correction Codewords.
Auto 9 The component will choose a standard level of error correction that is determined by the encoded data length.