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
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.PDF417BarcodeECCLevel = function() { }; Leadtools.Barcode.PDF417BarcodeECCLevel.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class PDF417BarcodeECCLevel : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Level0 | Use 2 code words for error correction |
Level1 | Use 4 code words for error correction |
Level2 | Use 8 code words for error correction |
Level3 | Use 16 code words for error correction |
Level4 | Use 32 code words for error correction |
Level5 | Use 54 code words for error correction |
Level6 | Use 128 code words for error correction |
Level7 | Use 256 code words for error correction |
Level8 | Use 512 code words for error correction |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2