Part Number Barcode

Defined in namespace Scandit.DataCapture.Label

PartNumberBarcode
class PartNumberBarcode : IBarcodeField

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

Use the builder pattern with PartNumberBarcodeBuilder for convenient configuration, or create instances directly using the various factory methods.

Name
string Name { get; }

Added in version 7.5.0

The name of this field definition, used to identify it within the label definition.

Patterns
IList<string> Patterns { get; }

Added in version 7.5.0

The regex patterns that identify the target string in the scanned content.

Optional
bool Optional { get; }

Added in version 7.5.0

Whether the field is optional or mandatory. This is helpful when certain fields may not be present on every scan.

Symbologies
IList<SymbologySettings> Symbologies { get; }

Added in version 7.5.0

The list of barcode symbologies that this field can accept, along with their specific settings.