Class DataMatrixCodeBlock
Represents a DataMatrix-Code block of a laser layout.
public class DataMatrixCodeBlock : CodeBlock, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseDataMatrixCodeBlock
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
AutoSymbolSizeEnabled
Gets or sets a value indicating whether the symbol size should be calculated automatically based on the content.
public bool AutoSymbolSizeEnabled { get; set; }
Property Value
CellSizeRatio
Gets or sets the cell size ratio.
public CodeCellSizeRatio CellSizeRatio { get; set; }
Property Value
Content
Gets or sets the content.
public override string Content { get; set; }
Property Value
Exceptions
- ArgumentNullException
The property cannot be null.
Size
Gets or sets the size.
public DataMatrixSize Size { get; set; }