Class QrSegment.Mode
Segment encoding mode.
Describes how text or binary data is encoded into bits.
Inherited Members
Namespace: Net.Codecrete.QrCodeGenerator
Assembly: QrCodeGenerator.dll
Syntax
public sealed class QrSegment.Mode
Fields
| Edit this page 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. |