Label Capture Enumerations

Defined under the namespace Scandit.Datacapture.Label

Enumerations used by the label capture module.

LabelFieldState

Added in version 6.5.0

An enumeration of possible states a label field can be in.

Captured

Added in version 6.5.0

The field has been captured, e.g. the barcode or text has been read and its location is known.

Predicted

Added in version 6.5.0

The field has not been captured yet, but its location has been predicted.

Unknown

Added in version 6.5.0

The field data as well as its location are unknown.

LabelFieldType

Added in version 6.5.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 6.5.0

The type of the captured field is barcode. For fields that have been captured, the data encoded in the field is available through the LabelField.barcode property.

Text

Added in version 6.5.0

The type of the captured field is text. For fields that have been captured, the data encoded in the field is available through the LabelField.text property.

Unknown

Added in version 6.5.0

The type of the captured field is unknown.