Table of Contents

Class CodeSettings

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents code settings written to laser.

public class CodeSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
CodeSettings
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Format

Gets or sets the format.

public CodeFormat Format { get; set; }

Property Value

CodeFormat

QRCodeErrorCorrectionRate

Gets or sets fail threshold.

public QRCodeErrorCorrectionRate QRCodeErrorCorrectionRate { get; set; }

Property Value

QRCodeErrorCorrectionRate

WithCheckDigit

Gets or sets a value indicating whether check digit is used.

public bool WithCheckDigit { get; set; }

Property Value

bool

WithMacroForDatamatrix06

Gets or sets a value indicating whether macro for DataMatrix-Code 06 is used.

public bool WithMacroForDatamatrix06 { get; set; }

Property Value

bool