Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

PDF417BarcodeECCLevel Enumeration








Specifies the PDF417 symbol ECC level.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum PDF417BarcodeECCLevel 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As 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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.PDF417BarcodeECCLevel

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode Namespace
PDF417 Barcodes In LEADTOOLS

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features