Table of Contents

Class DataMatrixSize

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

Represents data matrix size settings written to the laser.

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

Properties

CellSize

Gets or sets the cell size in Millimeters.

public double CellSize { get; set; }

Property Value

double

The default value is 0.2mm.

QuietZone

Gets or sets the rest area.

public int QuietZone { get; set; }

Property Value

int

The default value is 1. Only relevant for BlackWhiteInverted and Overprint.

SymbolSize

Gets or sets the symbol size.

public DataMatrixSymbolSize SymbolSize { get; set; }

Property Value

DataMatrixSymbolSize

The default value is Size24x24.