Barcode Field Builder

Defined in library scandit_datacapture_label

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

Added in version 7.2.0

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

symbologies
List<Symbology> symbologies

Added in version 7.2.0

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

setSymbology(symbology)
BuilderType setSymbology(Symbology symbology)

Added in version 7.2.0

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

setSymbologies(symbologies)
BuilderType setSymbologies(List<Symbology> symbologies)

Added in version 7.2.0

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