Show / Hide Table of Contents

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 Source

Alphanumeric

Alphanumeric encoding mode.

Declaration
public static readonly QrSegment.Mode Alphanumeric
Field Value
Type Description
QrSegment.Mode

Alphanumeric encoding mode.

| Improve this Doc View Source

Byte

Byte encoding mode.

Declaration
public static readonly QrSegment.Mode Byte
Field Value
Type Description
QrSegment.Mode

Byte encoding mode.

| Improve this Doc View Source

Eci

ECI encoding mode.

Declaration
public static readonly QrSegment.Mode Eci
Field Value
Type Description
QrSegment.Mode

ECI encoding mode.

| Improve this Doc View Source

Kanji

Kanji encoding mode.

Declaration
public static readonly QrSegment.Mode Kanji
Field Value
Type Description
QrSegment.Mode

Kanji encoding mode.

| Improve this Doc View Source

Numeric

Numeric encoding mode.

Declaration
public static readonly QrSegment.Mode Numeric
Field Value
Type Description
QrSegment.Mode

Numeric encoding mode.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX