Class SpecificationData
Inheritance
System.Object
SpecificationData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Barcode.Symbology
Assembly: Telerik.WinControls.UI.dll
Syntax
public static class SpecificationData
Fields
BarSpaceSequence
Declaration
public static List<List<int>> BarSpaceSequence
Field Value
System.Collections.Generic.List<System.Collections.Generic.List<System.Int32>>
|
ByteModeValues
Declaration
public static List<int> ByteModeValues
Field Value
System.Collections.Generic.List<System.Int32>
|
ECNumberPerLevel
Declaration
public static List<int> ECNumberPerLevel
Field Value
System.Collections.Generic.List<System.Int32>
|
ErrorCorrectionLevels
Declaration
public static List<List<int>> ErrorCorrectionLevels
Field Value
System.Collections.Generic.List<System.Collections.Generic.List<System.Int32>>
|
Start
Stop
TextSubmodes
Declaration
public static List<TextModeDefinitionEntry> TextSubmodes
Field Value
System.Collections.Generic.List<TextModeDefinitionEntry>
|