PDF417 Error correction levels.  
            
            Syntax
            
            
            
            
            'Declaration
 
Public Enum ImGearBarcodePDF417ErrorCorrectionLevel 
   Inherits System.Enum
             
        
            
        
            
            public enum ImGearBarcodePDF417ErrorCorrectionLevel : System.Enum 
             
        
            
            __value public enum ImGearBarcodePDF417ErrorCorrectionLevel : public System.Enum 
             
        
            
            public enum class ImGearBarcodePDF417ErrorCorrectionLevel : public System.Enum 
             
        
             
         
            
            Members
| Member | Value | Description | 
| ErrorCorrection0 | 0 | 
            Error Correction Level 0 - 2 Code words.
             | 
| ErrorCorrection1 | 1 | 
            Error Correction Level 1 - 4 Code words.
             | 
| ErrorCorrection2 | 2 | 
            Error Correction Level 2 - 8 Code words.
             | 
| ErrorCorrection3 | 3 | 
            Error Correction Level 3 - 16 Code words.
             | 
| ErrorCorrection4 | 4 | 
            Error Correction Level 4 - 32 Code words.
             | 
| ErrorCorrection5 | 5 | 
            Error Correction Level 5 - 64 Code words.
             | 
| ErrorCorrection6 | 6 | 
            Error Correction Level 6 - 128 Code words.
             | 
| ErrorCorrection7 | 7 | 
            Error Correction Level 7 - 256 Code words.
             | 
| ErrorCorrection8 | 8 | 
            Error Correction Level 8 - 512 Code words.
             | 
| ErrorCorrectionAuto | -1 | 
            Auto error correction level - choses the best error correction level based on the number of 
            code words in the data stream.
             | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ImageGear.Barcode.ImGearBarcodePDF417ErrorCorrectionLevel
 
            
            
            See Also