Label Capture Enumerations
Defined under the namespace Scandit.Datacapture.Label
Enumerations used by the label capture module.
- LabelFieldState
Added in version 7.2.0
An enumeration of possible states a label field can be in.
- Captured
Added in version 7.2.0
The field has been captured, e.g. the barcode or text has been read and its location is known.
- Predicted
Added in version 7.2.0
The field has not been captured yet, but its location has been predicted.
- Unknown
Added in version 7.2.0
The field data as well as its location are unknown.
- LabelFieldType
Added in version 7.2.0
An enumeration of possible field types of a captured field. The type of the field is given by the currently active label capture settings.
- Barcode
Added in version 7.2.0
- Text
Added in version 7.2.0
- Unknown
Added in version 7.2.0
The type of the captured field is unknown.
- LabelDateComponentFormat
Added in version 7.2.0
An enumeration of possible date formats to expect when parsing a date in a suitable LabelField.
- DMY
Added in version 7.2.0
Marks the date to follow a date format with day, month and year, in that order.
- MDY
Added in version 7.2.0
Marks the date to follow a date format with month, day and year, in that order.
- YMD
Added in version 7.2.0
Marks the date to follow a date format with year, month and day, in that order.