Class Read2DCodeParameters
Represents 2D Code reading parameters.
public class Read2DCodeParameters : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseRead2DCodeParameters
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
BlockNumber
Gets or sets block number to read from (only if ReadPosition = BlockPosition).
public int BlockNumber { get; set; }
Property Value
Brightness
Gets or sets brightness.
public int Brightness { get; set; }
Property Value
CameraZoom
Gets or sets camera zoom.
public CameraZoom CameraZoom { get; set; }
Property Value
GammaCorrection
Gets or sets gamma correction.
public double GammaCorrection { get; set; }
Property Value
InternalLighting1Active
Gets or sets a value indicating whether lighting conditions of internal light 1 is active.
public bool InternalLighting1Active { get; set; }
Property Value
InternalLighting2Active
Gets or sets a value indicating whether lighting conditions of internal light 2 is active.
public bool InternalLighting2Active { get; set; }
Property Value
InternalLighting3Active
Gets or sets a value indicating whether lighting conditions of internal light 3 is active.
public bool InternalLighting3Active { get; set; }
Property Value
InternalLighting4Active
Gets or sets a value indicating whether lighting conditions of internal light 4 is active.
public bool InternalLighting4Active { get; set; }
Property Value
InternalLighting5Active
Gets or sets a value indicating whether lighting conditions of internal light 5 is active.
public bool InternalLighting5Active { get; set; }
Property Value
LightingType
Gets or sets lighting type.
public LightingType LightingType { get; set; }
Property Value
ReadArea
Gets or sets read area.
public int ReadArea { get; set; }
Property Value
ReadPosition
Gets or sets read position.
public ScannerPosition ReadPosition { get; set; }
Property Value
X_Coordinate
Gets or sets the X coordinate in mm (only if ReadPosition = UserDefinedCoordinate).
public double X_Coordinate { get; set; }
Property Value
Y_Coordinate
Gets or sets Y coordinate in mm (only if ReadPosition = UserDefinedCoordinate).
public double Y_Coordinate { get; set; }
Property Value
Z_Coordinate
Gets or sets Z coordinate in mm (only if ReadPosition = UserDefinedCoordinate).
public double Z_Coordinate { get; set; }