Barcode Field Builder

Defined in namespace Scandit.DataCapture.Label.Capture

BarcodeFieldBuilder
abstract class BarcodeFieldBuilder<BuilderType, FieldType> : LabelFieldDefinitionBuilder<BuilderType, FieldType>

Added in version 8.1.0

Builder class for creating barcode field definitions. Provides a fluent interface for configuring barcode field properties including symbologies, validation regexes, location constraints, and other field-specific settings.

SetSymbology()
BuilderType SetSymbology(Symbology symbology)

Added in version 8.1.0

Set the symbology that is expected to be present in the barcode field.

SetSymbologies()
BuilderType SetSymbologies(IList<Symbology> symbologies)

Added in version 8.1.0

Set the symbologies that are expected to be present in the barcode field.

SetSymbology()
BuilderType SetSymbology(SymbologySettings symbologySettings)

Added in version 8.1.0

Set the symbology settings that is expected to be present in the barcode field.