VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Barcode Namespace / WebThresholdModeEnumJS Enumeration
Members Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebThresholdModeEnumJS Enumeration
In This Topic
Specifies available modes of threshold detection.
Members
MemberDescription
AutomaticBarcode 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.
ManualBarcode reader uses defined threshold (value of the ReaderSettings.Threshold property). Please read more info about this mode here.
IterationsBarcode 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.
Inheritance Hierarchy

Object
   Vintasoft.Shared.WebEnumItemBaseJS
      Vintasoft.Barcode.WebThresholdModeEnumJS

Browser Compatibility
9
5
11
5
See Also