IMEI Two Barcode
Defined in namespace Scandit.DataCapture.Label
- ImeiTwoBarcode
class ImeiTwoBarcode : IBarcodeField
Added in version 7.5.0
A specialized barcode field for capturing the second IMEI (International Mobile Equipment Identity) number from smart device labels. This predefined field type is optimized for dual-SIM devices that have two IMEI numbers on their labels.
Use the builder pattern with ImeiTwoBarcodeBuilder for convenient configuration, or create instances directly using the various factory methods.
- Name
stringName { get; }Added in version 7.5.0
The name of the field.
- Patterns
IList<
string> Patterns { get; }Added in version 7.5.0
The regex patterns that identify the target string in the scanned content.
- Optional
boolOptional { get; }Added in version 7.5.0
Whether the field is optional or mandatory. This is helpful when certain fields may not be present on every scan.
- Symbologies
IList<SymbologySettings> Symbologies { get; }
Added in version 7.5.0
The symbologies for the field.