Table of Contents

Class CodePattern

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

Represents code pattern written to laser.

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

Properties

Alignment

Gets or sets the code alignment.

public CodeAlignment Alignment { get; set; }

Property Value

CodeAlignment

Cell

Gets or sets the code cell.

public CodeCell Cell { get; set; }

Property Value

CodeCell

CellMarkingCounter

Gets or sets cell marking counter.

public int CellMarkingCounter { get; set; }

Property Value

int

MarkingOrder

Gets or sets the marking order.

public CodeMarkingOrder MarkingOrder { get; set; }

Property Value

CodeMarkingOrder

Pattern

Gets or sets the pattern.

public int Pattern { get; set; }

Property Value

int

The default value is 1.

Remarks

See CodePatternQRCode for values for QR-Code layers
-or- CodePatternDataMatrixCode for values for DataMatrix code layers
-or- CodePattern1DCodeCode for values for 1D code code layers.

Seeker

Gets or sets the code seeker.

public CodeSeeker Seeker { get; set; }

Property Value

CodeSeeker