Click or drag to resize

CodabarOptionsIncludeStartStopToDataString Property

Indicates whether or not the Codabar parser should include start and stop markers to the result data string.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IncludeStartStopToDataString { get; set; }

Property Value

Type: Boolean
Remarks
The alphabet characters A, B, C, D (in some specifications, E, N, asterisk, and T) are used to mark the beginning and end of the barcode. Usually they do not appear in the body of a Codabar string.
See Also