Class QRCorrectionLevel
Inheritance
System.Object
QRCorrectionLevel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Media.TagCodes.QR
Assembly: Azos.Media.dll
Syntax
public sealed class QRCorrectionLevel
Fields
H
Declaration
public static readonly QRCorrectionLevel H
Field Value
Type | Description |
---|---|
QRCorrectionLevel |
L
Declaration
public static readonly QRCorrectionLevel L
Field Value
Type | Description |
---|---|
QRCorrectionLevel |
LEVELS
Declaration
public static readonly QRCorrectionLevel[] LEVELS
Field Value
Type | Description |
---|---|
QRCorrectionLevel[] |
M
Declaration
public static readonly QRCorrectionLevel M
Field Value
Type | Description |
---|---|
QRCorrectionLevel |
MarkerBits
Declaration
public readonly int MarkerBits
Field Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public readonly string Name
Field Value
Type | Description |
---|---|
System.String |
Ordinal
Declaration
public readonly int Ordinal
Field Value
Type | Description |
---|---|
System.Int32 |
Q
Declaration
public static readonly QRCorrectionLevel Q
Field Value
Type | Description |
---|---|
QRCorrectionLevel |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()