Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace : PDF417BarcodeECCLevel Enumeration |
[SerializableAttribute()] public enum PDF417BarcodeECCLevel : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<SerializableAttribute()> Public Enum PDF417BarcodeECCLevel Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As PDF417BarcodeECCLevel
[SerializableAttribute()] public enum PDF417BarcodeECCLevel : System.IComparable, System.IConvertible, System.IFormattable
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
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.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.PDF417BarcodeECCLevel