ScanMode
Wisej.Web.Ext.Barcode.ScanMode
Last updated
Was this helpful?
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 : EnumPublic Enum ScanMode As [Enum]Automatic
Continuously scans the environment for barcodes.
AutomaticOnce
Stops scanning after one successful barcode detection.
Manual
Requires the user to call the ScanImage method.
Returns or sets the mode in which the scanner should detect barcodes.
Last updated
Was this helpful?
Was this helpful?