IMEI One Barcode Builder
Defined under the namespace Scandit.Datacapture.Label
- ImeiOneBarcodeBuilder
class ImeiOneBarcodeBuilder : BarcodeFieldBuilder<ImeiOneBarcodeBuilder, ImeiOneBarcode>
Added in version 7.2.0
Builder class for creating ImeiOneBarcode field definitions. Provides a fluent interface for configuring barcode field properties including symbologies, validation patterns, location constraints, and other field-specific settings.
- build(name)
build(name: string): Promise<ImeiOneBarcode>
Added in version 7.2.0
Builds the ImeiOneBarcode using the properties provided previously with other methods.