Table of Contents

Class QRCodeSize

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

Represents QR code size settings written to the laser.

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

Properties

AutoModeIsEnabled

Gets or sets a value indicating whether auto mode is active.

public bool AutoModeIsEnabled { get; set; }

Property Value

bool

The default value is true. The mode Auto cannot be set in the case of the micro QR.

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 quiet zone.

public int QuietZone { get; set; }

Property Value

int

The default value is 4. The quiet zone can be set when the format is “Black/white inversion".

Version

Gets or sets the code version.

public QRCodeVersion Version { get; set; }

Property Value

QRCodeVersion

The default value is Auto.