GdPicture.NET.14.API
GdPicture14 Namespace / BarcodeMicroQRErrorCorrectionLevel Enumeration





BarcodeMicroQRErrorCorrectionLevel Enumeration
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
 
Members
MemberValueDescription
BarcodeMicroQRErrorCorrectionLevelL0The low level – up to 7% damage can be restored.
BarcodeMicroQRErrorCorrectionLevelM1The medium level – up to 15% damage can be restored.
BarcodeMicroQRErrorCorrectionLevelQ2The quartile level – up to 25% damage can be restored.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.BarcodeMicroQRErrorCorrectionLevel

See Also