Class CodePattern
Represents code pattern written to laser.
public class CodePattern : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseCodePattern
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
Alignment
Gets or sets the code alignment.
public CodeAlignment Alignment { get; set; }
Property Value
Cell
Gets or sets the code cell.
public CodeCell Cell { get; set; }
Property Value
CellMarkingCounter
Gets or sets cell marking counter.
public int CellMarkingCounter { get; set; }
Property Value
MarkingOrder
Gets or sets the marking order.
public CodeMarkingOrder MarkingOrder { get; set; }
Property Value
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; }