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 ReadPosition = 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

GammaCorrection

Gets or sets gamma correction.

public double GammaCorrection { get; set; }

Property Value

double

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

ReadArea

Gets or sets read area.

public int ReadArea { get; set; }

Property Value

int

ReadPosition

Gets or sets read position.

public ScannerPosition ReadPosition { get; set; }

Property Value

ScannerPosition

X_Coordinate

Gets or sets the X coordinate in mm (only if ReadPosition = UserDefinedCoordinate).

public double X_Coordinate { get; set; }

Property Value

double

Y_Coordinate

Gets or sets Y coordinate in mm (only if ReadPosition = UserDefinedCoordinate).

public double Y_Coordinate { get; set; }

Property Value

double

Z_Coordinate

Gets or sets Z coordinate in mm (only if ReadPosition = UserDefinedCoordinate).

public double Z_Coordinate { get; set; }

Property Value

double