Table of Contents

Class Read2DCodeParameters

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

Represents 2D code reading parameters.

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

Properties

BlockNumber

Gets or sets block number to read from (only if CapturePosition = BlockPosition).

public int BlockNumber { get; set; }

Property Value

int

Brightness

Gets or sets brightness.

public int Brightness { get; set; }

Property Value

int

CameraZoom

Gets or sets camera zoom.

public CameraZoom CameraZoom { get; set; }

Property Value

CameraZoom

The default value is CoaxialBig.

CapturePosition

Gets or sets read position.

public ScannerPosition CapturePosition { get; set; }

Property Value

ScannerPosition

GammaCorrection

Gets or sets gamma correction.

public double GammaCorrection { get; set; }

Property Value

double

The default value is 1.0.

InternalLighting1Active

Gets or sets a value indicating whether lighting conditions of internal light 1 is active.

public bool InternalLighting1Active { get; set; }

Property Value

bool

InternalLighting2Active

Gets or sets a value indicating whether lighting conditions of internal light 2 is active.

public bool InternalLighting2Active { get; set; }

Property Value

bool

InternalLighting3Active

Gets or sets a value indicating whether lighting conditions of internal light 3 is active.

public bool InternalLighting3Active { get; set; }

Property Value

bool

InternalLighting4Active

Gets or sets a value indicating whether lighting conditions of internal light 4 is active.

public bool InternalLighting4Active { get; set; }

Property Value

bool

InternalLighting5Active

Gets or sets a value indicating whether lighting conditions of internal light 5 is active.

public bool InternalLighting5Active { get; set; }

Property Value

bool

LightingType

Gets or sets lighting type.

public LightingType LightingType { get; set; }

Property Value

LightingType

The default value is External.

ReadArea

Gets or sets read area in Percent.

public int ReadArea { get; set; }

Property Value

int

XCoordinate

Gets or sets the X coordinate in Millimeters (only if CapturePosition = UserDefinedCoordinate).

public double XCoordinate { get; set; }

Property Value

double

YCoordinate

Gets or sets Y coordinate in Millimeters (only if CapturePosition = UserDefinedCoordinate).

public double YCoordinate { get; set; }

Property Value

double

ZCoordinate

Gets or sets Z coordinate in Millimeters (only if CapturePosition = UserDefinedCoordinate).

public double ZCoordinate { get; set; }

Property Value

double