Class CodeSettings
Represents code settings written to laser.
public class CodeSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseCodeSettings
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
Format
Gets or sets the format.
public CodeFormat Format { get; set; }
  Property Value
QRCodeErrorCorrectionRate
Gets or sets fail threshold.
public QRCodeErrorCorrectionRate QRCodeErrorCorrectionRate { get; set; }
  Property Value
WithCheckDigit
Gets or sets a value indicating whether check digit is used.
public bool WithCheckDigit { get; set; }
  Property Value
WithMacroForDatamatrix06
Gets or sets a value indicating whether macro for DataMatrix-Code 06 is used.
public bool WithMacroForDatamatrix06 { get; set; }