'Declaration Public Enum ThresholdMode Inherits System.Enum
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
public enum ThresholdMode : System.Enum
__value public enum ThresholdMode : public System.Enum
public enum class ThresholdMode : public System.Enum
Member | Description |
---|---|
Automatic | Barcode reader detects the threshold (value of the 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. |
Manual | Barcode reader uses defined threshold (value of the Threshold property). Please read more info about this mode here. |
Iterations | Barcode reader uses some threshold values. Value of the ThresholdMin, ThresholdMax and ThresholdIterations properties used in barcode reading iteration process. Please read more info about this mode here. |
System.Object
 System.ValueType
   System.Enum
     Vintasoft.Barcode.ThresholdMode
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5