Class CodeWordsBlockInfo
Inheritance
System.Object
CodeWordsBlockInfo
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 CodeWordsBlockInfo
Constructors
CodeWordsBlockInfo(Int32, Int32, Int32, Int32, Int32)
Declaration
public CodeWordsBlockInfo(int codeWordsPerBlock, int firstBlockCount, int firstDataCodeWords, int secondBlockCount, int secondBlockCodeWords)
Parameters
System.Int32
codeWordsPerBlock
|
System.Int32
firstBlockCount
|
System.Int32
firstDataCodeWords
|
System.Int32
secondBlockCount
|
System.Int32
secondBlockCodeWords
|
Properties
CodeWordsPerBlock
Declaration
public int CodeWordsPerBlock { get; set; }
Property Value
System.Int32
|
FirstBlockCount
Declaration
public int FirstBlockCount { get; set; }
Property Value
System.Int32
|
FirstDataCodeWords
Declaration
public int FirstDataCodeWords { get; set; }
Property Value
System.Int32
|
SecondBlockCodeWords
Declaration
public int SecondBlockCodeWords { get; set; }
Property Value
System.Int32
|
SecondBlockCount
Declaration
public int SecondBlockCount { get; set; }
Property Value
System.Int32
|