'Declaration Public Enum ThresholdMode Inherits System.Enum
'Usage Dim instance As ThresholdMode
public enum ThresholdMode : System.Enum
__value public enum ThresholdMode : public System.Enum
public enum class ThresholdMode : public System.Enum
'Declaration Public Enum ThresholdMode Inherits System.Enum
'Usage Dim instance As ThresholdMode
public enum ThresholdMode : System.Enum
__value public enum ThresholdMode : public System.Enum
public enum class ThresholdMode : public System.Enum
Member | Value | Description |
---|---|---|
Automatic | 0 | Barcode reader detects the threshold (value of the ReaderSettings.Threshold property) automatically. This mode is decreasing speed of barcode reading therefore it should be used only if you have many different images with barcodes and single threshold value cannot be used. |
Iterations | 2 | Barcode reader uses some threshold values. Value of the ReaderSettings.ThresholdMin, ReaderSettings.ThresholdMax and ReaderSettings.ThresholdIterations properties used in barcode reading iteration process. Please read more info about this mode here. |
Manual | 1 | Barcode reader uses defined threshold (value of the ReaderSettings.Threshold property). Please read more info about this mode here. |
System.Object
System.ValueType
System.Enum
Vintasoft.Barcode.ThresholdMode
Target Platforms: Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2012, Windows Server 2008, Windows Server 2003