IMEI Two Barcode Builder

Defined under the namespace Scandit.Datacapture.Label

ImeiTwoBarcodeBuilder
class ImeiTwoBarcodeBuilder : BarcodeFieldBuilder<ImeiTwoBarcodeBuilder, ImeiTwoBarcode>

Added in version 7.2.0

Builder class for creating ImeiTwoBarcode 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<ImeiTwoBarcode>

Added in version 7.2.0

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

imeiTwoBarcode(name)
function imeiTwoBarcode(name: string): ImeiTwoBarcodeBuilder

Added in version 8.4.0

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