Class Modes.CodeMode
Determines the type of code, such as Numeric, Alphanumeric, Byte or Kanji.
Inheritance
System.Object
Modes.CodeMode
Namespace: QRClassLibrary
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class CodeMode : Enum
Fields
Alphanumeric
Allows characters or numbers.
Declaration
public const Modes.CodeMode Alphanumeric
Field Value
Modes.CodeMode
|
Byte
Kanji
Numeric
value__
Declaration
public int value__
Field Value
System.Int32
|