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 regexes, location constraints, and other field-specific settings.

constructor(name)
constructor(name?: string)

Added in version 8.3.0

Constructs a builder with the field name pre-set. When provided, build can be called without arguments.

build(name)
build(name?: string): Promise<ImeiOneBarcode>

Added in version 7.2.0

Builds the ImeiOneBarcode using the properties provided previously with other methods.

imeiOneBarcode(name)
function imeiOneBarcode(name: string): ImeiOneBarcodeBuilder

Added in version 8.4.0

Creates a new ImeiOneBarcodeBuilder with the given field name pre-set. Shorthand for new ImeiOneBarcodeBuilder(name).