BarCode.DataString Property |
The data encoded by this barcode, as a 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)
Syntaxpublic string DataString { get; }
Public ReadOnly Property DataString As String
Get
Property Value
Type:
String
Remarks Check or stop/start characters may or may not be
included depending on the symbology and the
EnforceChecksum option setting.
The check character is included for symbologies that encode just
numeric data, and is not included for other symbologies.
Examine
CheckCharPos to
determine if the check character is included in the DataString.
See Also