Show / Hide Table of Contents

Class QrCode.Ecc

Error correction level in QR code symbol.

Inheritance
object
QrCode.Ecc
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Net.Codecrete.QrCodeGenerator
Assembly: QrCodeGenerator.dll
Syntax
public sealed class QrCode.Ecc

Fields

| Edit this page View Source

High

High error correction level. The QR code can tolerate about 30% erroneous codewords.

Declaration
public static readonly QrCode.Ecc High
Field Value
Type Description
QrCode.Ecc

High error correction level.

| Edit this page View Source

Low

Low error correction level. The QR code can tolerate about 7% erroneous codewords.

Declaration
public static readonly QrCode.Ecc Low
Field Value
Type Description
QrCode.Ecc

Low error correction level.

| Edit this page View Source

Medium

Medium error correction level. The QR code can tolerate about 15% erroneous codewords.

Declaration
public static readonly QrCode.Ecc Medium
Field Value
Type Description
QrCode.Ecc

Medium error correction level.

| Edit this page View Source

Quartile

Quartile error correction level. The QR code can tolerate about 25% erroneous codewords.

Declaration
public static readonly QrCode.Ecc Quartile
Field Value
Type Description
QrCode.Ecc

Quartile error correction level.

Properties

| Edit this page View Source

Ordinal

Ordinal number of error correction level (in the range 0 to 3).

Declaration
public int Ordinal { get; }
Property Value
Type Description
int

Ordinal number.

Remarks

Higher number represent a higher amount of error tolerance.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX