Class CodeReaderSettings
Represents code reader settings written to laser.
public class CodeReaderSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCodeReaderSettings
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
AcquisitionDelay
Gets or sets acquisition delay.
public double AcquisitionDelay { get; set; }
Property Value
ImageHoldTime
Gets or sets image hold time.
public double ImageHoldTime { get; set; }
Property Value
MinimumRequiredCodeQuality
Gets or sets fail threshold.
public CodeQuality MinimumRequiredCodeQuality { get; set; }
Property Value
QualityCheckIsActive
Gets or sets a value indicating whether quality check is active.
public bool QualityCheckIsActive { get; set; }