Class TextModeDefinitionEntry
Inheritance
System.Object
TextModeDefinitionEntry
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 class TextModeDefinitionEntry
Constructors
TextModeDefinitionEntry(Int32, Int32, Int32)
Declaration
public TextModeDefinitionEntry(int asciiValue, int group, int rowIndex)
Parameters
System.Int32
asciiValue
|
System.Int32
group
|
System.Int32
rowIndex
|
Fields
EntryValue
Declaration
public int EntryValue
Field Value
System.Int32
|
RowIndex
Declaration
public int RowIndex
Field Value
System.Int32
|
TypeIndex
Declaration
public int TypeIndex
Field Value
System.Int32
|