Table of Contents

Class GS1DataBarSize

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

Represents camera image settings written to the laser.

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

Properties

Guard

Gets or sets the guard.

public int Guard { get; set; }

Property Value

int

Value must be between 0 and 10.

LinearCodeHeight

Gets or sets the linear code height in Millimeters.

public double LinearCodeHeight { get; set; }

Property Value

double

The default value is 3mm.

ModuleHeight2D

Gets or sets the 2D-Module height in Millimeters.

public double ModuleHeight2D { get; set; }

Property Value

double

The default value is 0.5mm.

ModuleWidth

Gets or sets the module width in Millimeters.

public double ModuleWidth { get; set; }

Property Value

double

The default value is 0.25mm.

QuietZone

Gets or sets the quite zone.

public int QuietZone { get; set; }

Property Value

int

Value must be between 1 and 50. The default value is 1.

SeparatorHeight

Gets or sets the height of the separator in Millimeters.

public double SeparatorHeight { get; set; }

Property Value

double

The default value is 0.25mm.