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 CapturePosition = 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
- CameraZoom
The default value is CoaxialBig.
CapturePosition
Gets or sets read position.
public ScannerPosition CapturePosition { get; set; }
Property Value
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
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
- LightingType
The default value is External.
ReadArea
Gets or sets read area in Percent.
public int ReadArea { get; set; }
Property Value
XCoordinate
Gets or sets the X coordinate in Millimeters (only if CapturePosition = UserDefinedCoordinate).
public double XCoordinate { get; set; }
Property Value
YCoordinate
Gets or sets Y coordinate in Millimeters (only if CapturePosition = UserDefinedCoordinate).
public double YCoordinate { get; set; }
Property Value
ZCoordinate
Gets or sets Z coordinate in Millimeters (only if CapturePosition = UserDefinedCoordinate).
public double ZCoordinate { get; set; }