BarcodeMicroQRErrorCorrectionLevel Enumeration
                In This Topic
            
            Specifies the Micro QR-Code error correction. The higher the error correction level, the less storage capacity.
            Syntax
            
            
            
            
            'Declaration
 
<ComVisibleAttribute(True)>
Public Enum BarcodeMicroQRErrorCorrectionLevel 
   Inherits System.Enum
             
        
            
            [ComVisible(true)]
public enum BarcodeMicroQRErrorCorrectionLevel : System.Enum 
             
        
            
            public enum BarcodeMicroQRErrorCorrectionLevel = class(System.Enum)
             
        
            
            ComVisibleAttribute()
public enum BarcodeMicroQRErrorCorrectionLevel extends System.Enum
             
        
            
            [ComVisible(true)]
__value public enum BarcodeMicroQRErrorCorrectionLevel : public System.Enum 
             
        
            
            [ComVisible(true)]
public enum class BarcodeMicroQRErrorCorrectionLevel : public System.Enum 
             
        
             
         
            
            Members
| Member | Value | Description | 
|---|
| BarcodeMicroQRErrorCorrectionLevelL | 0 | The low level – up to 7% damage can be restored. | 
| BarcodeMicroQRErrorCorrectionLevelM | 1 | The medium level – up to 15% damage can be restored. | 
| BarcodeMicroQRErrorCorrectionLevelQ | 2 | The quartile level – up to 25% damage can be restored. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         GdPicture14.BarcodeMicroQRErrorCorrectionLevel
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace