ScanMode
Wisej.Web.Ext.Barcode.ScanMode
Namespace: Wisej.Web.Ext.Barcode
Assembly: Wisej.Web.Ext.Barcode (3.2.0.0)
Specifies the mode in which the scanner should detect barcodes.
public enum ScanMode : 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
Returns or sets the mode in which the scanner should detect barcodes.
Last updated
Was this helpful?