Packing Date Text

Defined in namespace Scandit.DataCapture.Label.Capture

PackingDateText
class PackingDateText : TextField

Added in version 8.1.0

A specialized text field for capturing packing dates from labels. This predefined field type is optimized for recognizing date formats commonly found on food packaging, pharmaceutical labels, and manufacturing date stamps.

The field can be configured with specific date formats using LabelDateFormat to ensure proper parsing of various date representations.

LabelDateFormat
LabelDateFormat LabelDateFormat { get;set; }

Added in version 8.1.0

Used to get and set the LabelDateFormat used to parse dates.

Builder()
static PackingDateTextBuilder Builder()

Added in version 8.1.0

Creates a PackingDateTextBuilder for creating PackingDateText field definitions.