Class MarkingConfirmationSettings
Represents marking confirmation settings written to laser.
public class MarkingConfirmationSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseMarkingConfirmationSettings
 
- 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
CaptureDelay
Gets or sets the capture delay.
public double? CaptureDelay { get; set; }
  Property Value
ErrorThreshold
Gets or sets the error threshold.
public int? ErrorThreshold { get; set; }
  Property Value
- int?
 
MarkingConfirmationIsActive
Gets or sets a value indicating whether marking confirmation is active.
public bool? MarkingConfirmationIsActive { get; set; }
  Property Value
- bool?
 
Sensitivity
Gets or sets the sensitivity.
public int? Sensitivity { get; set; }
  Property Value
- int?
 
SensitivitySetting
Gets or sets the sensitivity setting.
public SensitivitySetting? SensitivitySetting { get; set; }