Serial Number Barcode

Defined under the namespace Scandit.Datacapture.Label

SerialNumberBarcode
class SerialNumberBarcode : BarcodeField

Added in version 8.0.0

A specialized barcode field for capturing serial numbers. This predefined field type is configured with default settings optimized for common serial number barcode formats.

initWithNameAndSymbologySettings(name, symbologySettings)
static initWithNameAndSymbologySettings(name: string,
        symbologySettings: SymbologySettings[]): SerialNumberBarcode

Added in version 8.0.0

Builds a new instance of this class with the provided name.

initWithNameAndSymbologies(name, symbologies)
static initWithNameAndSymbologies(name: string,
        symbologies: Symbology[]): SerialNumberBarcode

Added in version 8.0.0

Builds a new instance of this class with the provided name.

initWithNameAndSymbology(name, symbology)
static initWithNameAndSymbology(name: string,
        symbology: Symbology): SerialNumberBarcode

Added in version 8.0.0

Builds a new instance of this class with the provided name.