Barcode Field Builder

Defined under the namespace 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
symbologies: Symbology[]

Added in version 7.2.0

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

setSymbology(symbology)
setSymbology(symbology: Symbology): BuilderType

Added in version 7.2.0

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

setSymbologies(symbologies)
setSymbologies(symbologies: Symbology[]): BuilderType

Added in version 7.2.0

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