Class Read2DCodeResult
Represents results of last 2D Code Reader scan.
public class Read2DCodeResult : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseRead2DCodeResult
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
CodeContent
Gets character string of last scan (See "CharacterString" parameter in documentation).
public string CodeContent { get; }
Property Value
CodeMatchPercentage
Gets the code match percentage of the last scan.
public int CodeMatchPercentage { get; }
Property Value
CodeQuality
Gets the code quality of last scan.
public CodeQuality CodeQuality { get; }
Property Value
CodeQualityString
Gets the code quality string of last scan.
public string CodeQualityString { get; }
Property Value
ReadingTime
Gets reading time of last scan.
public int ReadingTime { get; }