Gets or sets a value indicating whether the Datamatrix reader will format the resulting string in human readable interpretation (HRI).
public bool GS1toHRI { get; set; }
Public Property GS1toHRI As Boolean
true to format the resulting string in human readable interpretation (HRI), add parenthesis around AIs, after reading a GS1 formatted string. Otherwise, false. The default value is false.
If the resulting string is needed in GS1 format then there is no need to enable this option.
For an example, refer to DatamatrixBarcodeReadOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET