Part Number Barcode

Defined under the namespace Scandit.Datacapture.Label

PartNumberBarcode
class PartNumberBarcode : BarcodeField

Added in version 8.0.0

A specialized barcode field for capturing part numbers. This predefined field type is configured with default settings optimized for common part number barcode formats used in manufacturing, inventory, and logistics.

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

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[]): PartNumberBarcode

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): PartNumberBarcode

Added in version 8.0.0

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