Serial Number Barcode

Defined in framework ScanditLabelCapture

SerialNumberBarcode
open class SerialNumberBarcode : BarcodeField

Added in version 6.21.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.

init
init(name: String)

Added in version 6.21.0

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

field
open class func field(withName name: String) -> Self

Added in version 6.21.0

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

init
init(name: String, symbologySettings: Array<SymbologySettings>)

Added in version 6.21.0

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

field
open class func field(withName name: String, symbologySettings: Array<SymbologySettings>) -> Self

Added in version 6.21.0

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

init
convenience init(name: String, symbologies: Set<Symbology>)

Added in version 6.21.0

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

field
static func field(name: String, symbologies: Set<Symbology>) -> SerialNumberBarcode

Added in version 6.21.0

Swift convenience wrapper that mirrors the generic factory and returns a SerialNumberBarcode configured with the provided symbologies.

init
init(name: String, symbology: Symbology)

Added in version 6.21.0

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

field
open class func field(withName name: String, symbology: Symbology) -> Self

Added in version 6.21.0

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