Specifies the PDF417 symbol ECC level.
[SerializableAttribute()]public enum PDF417BarcodeECCLevel
<SerializableAttribute()>Public Enum PDF417BarcodeECCLevel
[SerializableAttribute()]public enum PDF417BarcodeECCLevel
typedef NS_ENUM(NSInteger, LTPDF417BarcodeECCLevel) public enum PDF417BarcodeECCLevel Leadtools.Barcode.PDF417BarcodeECCLevel = function() { };Leadtools.Barcode.PDF417BarcodeECCLevel.prototype = {<br/>Level0 = 0,Level1 = 1,Level2 = 2,Level3 = 3,Level4 = 4,Level5 = 5,Level6 = 6,Level7 = 7,Level8 = 8,UsePercentage = 9,};
[SerializableAttribute()]public enum class PDF417BarcodeECCLevel
Members
| Value | Member | Description |
|---|---|---|
| 0 | Level0 |
Use 2 code words for error correction |
| 1 | Level1 |
Use 4 code words for error correction |
| 2 | Level2 |
Use 8 code words for error correction |
| 3 | Level3 |
Use 16 code words for error correction |
| 4 | Level4 |
Use 32 code words for error correction |
| 5 | Level5 |
Use 54 code words for error correction |
| 6 | Level6 |
Use 128 code words for error correction |
| 7 | Level7 |
Use 256 code words for error correction |
| 8 | Level8 |
Use 512 code words for error correction |
| 9 | UsePercentage |
Use the percentage value set in PDF417BarcodeWriteOptions.ECCPercentage |
Used as the type for the PDF417BarcodeWriteOptions.ECCLevel property to specify the PDF417 barcode ECC (Error Correction) level.
For an example, refer to PDF417BarcodeWriteOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
