Enum
Modes.CodeMode

Determines the type of code, such as Numeric, Alphanumeric, Byte or Kanji.

Definition

Namespace:QRClassLibrary

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum Modes.CodeMode

Fields

Alphanumeric

Allows characters or numbers.

Declaration

cs-api-definition
Alphanumeric = 2

Field Value

Modes.CodeMode

Byte

Byte Mode.

Declaration

cs-api-definition
Byte = 0

Field Value

Modes.CodeMode

Kanji

Kanji Mode.

Declaration

cs-api-definition
Kanji = 3

Field Value

Modes.CodeMode

Numeric

Allows Numbers [0-9].

Declaration

cs-api-definition
Numeric = 1

Field Value

Modes.CodeMode

In this article
DefinitionFieldsAlphanumericByteKanjiNumeric
Not finding the help you need?
Contact Support