Class IntelligentMail
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 IntelligentMail : Symbology1D, ISymbology, INotifyPropertyChanged
Constructors
IntelligentMail()
Declaration
public IntelligentMail()
Fields
AscenderBitColumnName
Declaration
protected const string AscenderBitColumnName = "AB"
Field Value
System.String
|
AscenderChar
Declaration
protected const char AscenderChar = 'A'
Field Value
System.Char
|
AscenderCharacterColumnName
Declaration
protected const string AscenderCharacterColumnName = "AC"
Field Value
System.String
|
BothChar
Declaration
protected const char BothChar = 'F'
Field Value
System.Char
|
DescenderBitColumnName
Declaration
protected const string DescenderBitColumnName = "DB"
Field Value
System.String
|
DescenderChar
Declaration
protected const char DescenderChar = 'D'
Field Value
System.Char
|
DescenderCharacterColumnName
Declaration
protected const string DescenderCharacterColumnName = "DC"
Field Value
System.String
|
NoneChar
Declaration
protected const char NoneChar = 'T'
Field Value
System.Char
|
Properties
TotalHorizontalClearZone
Declaration
public int TotalHorizontalClearZone { get; set; }
Property Value
System.Int32
|
TotalVerticalClearZone
Declaration
public int TotalVerticalClearZone { get; set; }
Property Value
System.Int32
|
Methods
CreateBarsOverride(IElementFactory)
Declaration
protected override void CreateBarsOverride(IElementFactory factory)
Parameters
IElementFactory
factory
|
Overrides
GetEncoding(String)
Declaration
protected override string GetEncoding(string value)
Parameters
System.String
value
|
Returns
System.String
|
Overrides
GetLength()
Declaration
protected override float GetLength()
Returns
System.Single
|
Overrides
MeasureContent(IMeasureContext, SizeF)
Declaration
public override SizeF MeasureContent(IMeasureContext context, SizeF size)
Parameters
IMeasureContext
context
|
System.Drawing.SizeF
size
|
Returns
System.Drawing.SizeF
|
Overrides
ValidateValue(String)
Declaration
protected override void ValidateValue(string value)
Parameters
System.String
value
|