Table of Contents

Class DataMatrixCodeBlock

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

Represents a DataMatrix-Code block of a laser layout.

public class DataMatrixCodeBlock : CodeBlock, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
DataMatrixCodeBlock
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.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

bool

CellSizeRatio

Gets or sets the cell size ratio.

public CodeCellSizeRatio CellSizeRatio { get; set; }

Property Value

CodeCellSizeRatio

Content

Gets or sets the content.

public override string Content { get; set; }

Property Value

string

Exceptions

ArgumentNullException

The property cannot be null.

Size

Gets or sets the size.

public DataMatrixSize Size { get; set; }

Property Value

DataMatrixSize