Class DecodeResult
Inheritance
System.Object
DecodeResult
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.Reader
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DecodeResult
Constructors
DecodeResult(Double, BarcodeType, String)
Declaration
public DecodeResult(double confidence, BarcodeType type, string value)
Parameters
System.Double
confidence
|
BarcodeType
type
|
System.String
value
|
Properties
Confidence
Declaration
public double Confidence { get; }
Property Value
System.Double
|
Empty
Error
Type
Value
Declaration
public string Value { get; }
Property Value
System.String
|