ScanMode
Namespace: Wisej.Web.Ext.Barcode
Assembly: Wisej.Web.Ext.Barcode
Specifies the mode in which the scanner should detect barcodes.
- C#
- VB.NET
public enum ScanMode : Enum
Public Enum ScanMode As [Enum]
Fields
| Name | Description |
|---|---|
| Automatic | Continuously scans the environment for barcodes. |
| AutomaticOnce | Stops scanning after one successful barcode detection. |
| Manual | Requires the user to call the ScanImage method. |
Used By
| Name | Description |
|---|---|
| BarcodeReader.ScanMode | Returns or sets the mode in which the scanner should detect barcodes. |