WebThresholdModeEnumJS Enumeration
In This Topic
Specifies available modes of threshold detection.
Members
Member | Description |
Automatic | 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. |
Manual | Barcode reader uses defined threshold (value of the ReaderSettings.Threshold property). Please read more info about this mode here. |
Iterations | 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. |
Inheritance Hierarchy
Object
 Vintasoft.Shared.WebEnumItemBaseJS
   Vintasoft.Barcode.WebThresholdModeEnumJS
Browser Compatibility
See Also