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()
BuilderTypeSetSymbology(Symbology symbology)Added in version 8.1.0
Set the symbology that is expected to be present in the barcode field.
- SetSymbologies()
BuilderTypeSetSymbologies(IList<Symbology> symbologies)Added in version 8.1.0
Set the symbologies that are expected to be present in the barcode field.
- SetSymbology()
BuilderTypeSetSymbology(SymbologySettings symbologySettings)Added in version 8.1.0
Set the symbology settings that is expected to be present in the barcode field.