Class ErrorCorrectionGenerator
Inheritance
System.Object
ErrorCorrectionGenerator
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 ErrorCorrectionGenerator
Methods
GenerateErrorCorrectionSequence(List<Int64>, Int32)
Declaration
public static List<long> GenerateErrorCorrectionSequence(List<long> dataCodeWords, int errorCorrectionLevel)
Parameters
System.Collections.Generic.List<System.Int64>
dataCodeWords
|
System.Int32
errorCorrectionLevel
|
Returns
System.Collections.Generic.List<System.Int64>
|