Class QrSegment.Mode
Segment encoding mode.
Describes how text or binary data is encoded into bits.
Inheritance
System.Object
QrSegment.Mode
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)
System.Object.ToString()
Namespace: Net.Codecrete.QrCodeGenerator
Assembly: QrCodeGenerator.dll
Syntax
public sealed class Mode
Fields
| Improve this Doc View SourceAlphanumeric
Alphanumeric encoding mode.
Declaration
public static readonly QrSegment.Mode Alphanumeric
Field Value
Type | Description |
---|---|
QrSegment.Mode | Alphanumeric encoding mode. |
Byte
Byte encoding mode.
Declaration
public static readonly QrSegment.Mode Byte
Field Value
Type | Description |
---|---|
QrSegment.Mode | Byte encoding mode. |
Eci
ECI encoding mode.
Declaration
public static readonly QrSegment.Mode Eci
Field Value
Type | Description |
---|---|
QrSegment.Mode | ECI encoding mode. |
Kanji
Kanji encoding mode.
Declaration
public static readonly QrSegment.Mode Kanji
Field Value
Type | Description |
---|---|
QrSegment.Mode | Kanji encoding mode. |
Numeric
Numeric encoding mode.
Declaration
public static readonly QrSegment.Mode Numeric
Field Value
Type | Description |
---|---|
QrSegment.Mode | Numeric encoding mode. |