Class Symbology2D
Inheritance
System.Object
Symbology2D
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 abstract class Symbology2D
Constructors
Symbology2D()
Declaration
protected Symbology2D()
Properties
CharSet
Declaration
public List<char> CharSet { get; set; }
Property Value
System.Collections.Generic.List<System.Char>
|
Encoding
Declaration
public Dictionary<char, string> Encoding { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.Char, System.String>
|