Class DataMatrixSize
Represents data matrix size settings written to the laser.
public class DataMatrixSize : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseDataMatrixSize
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.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.