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

NameDescription

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

NameDescription

Returns or sets the mode in which the scanner should detect barcodes.

Last updated