←Select platform

PDF417BarcodeECCLevel Enumeration

Summary

Specifies the PDF417 symbol ECC level.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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

ValueMemberDescription
0Level0

Use 2 code words for error correction

1Level1

Use 4 code words for error correction

2Level2

Use 8 code words for error correction

3Level3

Use 16 code words for error correction

4Level4

Use 32 code words for error correction

5Level5

Use 54 code words for error correction

6Level6

Use 128 code words for error correction

7Level7

Use 256 code words for error correction

8Level8

Use 512 code words for error correction

9UsePercentage

Use the percentage value set in PDF417BarcodeWriteOptions.ECCPercentage

Remarks

Used as the type for the PDF417BarcodeWriteOptions.ECCLevel property to specify the PDF417 barcode ECC (Error Correction) level.

Example

For an example, refer to PDF417BarcodeWriteOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly