Class BarcodeScanMode
Define how IronBarcode scans and detects barcodes in an image to read.
Inheritance
System.Object
BarcodeScanMode
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public sealed class BarcodeScanMode : Enum
Fields
Auto
Reads barcodes with automatic image pre-processing and the most optimal reader options configured.
Recommended for the best results and performance.
Declaration
public const BarcodeScanMode Auto
Field Value
Type | Description |
---|---|
BarcodeScanMode |
MachineLearningScan
Scan image for barcodes with machine learning detection and read them.
Declaration
public const BarcodeScanMode MachineLearningScan
Field Value
Type | Description |
---|---|
BarcodeScanMode |
OnlyBasicScan
Read barcodes without machine learning detection or automatic image pre-processing and reader option configuration.
This option can be used with IronBarCode.Slim alone.
Declaration
public const BarcodeScanMode OnlyBasicScan
Field Value
Type | Description |
---|---|
BarcodeScanMode |
OnlyDetectionModel
Scan image for barcodes and return their positions as an array of IronSoftware.Drawing.PointF.
This mode does not read the detected barcodes, it only returns the positions of each barcode.
Declaration
public const BarcodeScanMode OnlyDetectionModel
Field Value
Type | Description |
---|---|
BarcodeScanMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |