Table of Contents

Class QRCodeBlock

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

Represents a block for a QR code.

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

Properties

CellSizeRatio

Gets or sets the cell size ratio.

public CodeCellSizeRatio CellSizeRatio { get; set; }

Property Value

CodeCellSizeRatio

QRCodeType

Gets or sets the type of the QR code.

public QRCodeType QRCodeType { get; set; }

Property Value

QRCodeType

The default value is Model2.

Size

Gets or sets the size.

public QRCodeSize Size { get; set; }

Property Value

QRCodeSize