Show / Hide Table of Contents

Class QrSegment.Mode

Segment encoding mode.

Describes how text or binary data is encoded into bits.

Inheritance
object
QrSegment.Mode
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 QrSegment.Mode

Fields

| Edit this page View Source

Alphanumeric

Alphanumeric encoding mode.

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

Alphanumeric encoding mode.

| Edit this page View Source

Byte

Byte encoding mode.

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

Byte encoding mode.

| Edit this page View Source

Eci

ECI encoding mode.

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

ECI encoding mode.

| Edit this page View Source

Kanji

Kanji encoding mode.

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

Kanji encoding mode.

| Edit this page View Source

Numeric

Numeric encoding mode.

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

Numeric encoding mode.

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