For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
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

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

Last updated

Was this helpful?