VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ThresholdMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
ThresholdMode Enumeration
In This Topic
Specifies available modes of threshold detection.
Syntax
'Declaration

Public Enum ThresholdMode
   Inherits System.Enum

public enum ThresholdMode : System.Enum

Members
MemberDescription
AutomaticBarcode 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.
ManualBarcode reader uses defined threshold (value of the Threshold property). Please read more info about this mode here.
IterationsBarcode 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Barcode.ThresholdMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also