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
Remarks
Each value is optional and may be null
.
A null
value indicates that the corresponding offset remains unchanged.
Properties
AcquisitionDelay
Gets or sets acquisition delay in seconds.
public double? AcquisitionDelay { get; set; }
Property Value
ImageHoldTime
Gets or sets image hold time in seconds.
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; }
Property Value
- bool?