Skip to main content

ScanMode

Namespace: Wisej.Web.Ext.Barcode

Assembly: Wisej.Web.Ext.Barcode

Specifies the mode in which the scanner should detect barcodes.

public enum ScanMode : Enum

Fields

NameDescription
AutomaticContinuously scans the environment for barcodes.
AutomaticOnceStops scanning after one successful barcode detection.
ManualRequires the user to call the ScanImage method.

Used By

NameDescription
BarcodeReader.ScanModeReturns or sets the mode in which the scanner should detect barcodes.