Gets or sets a value that indicates whether the data is formatted as GS1.
public bool HRItoGS1 { get; set; }
Public Property HRItoGS1 As Boolean
true to write the input string which should be in the format of human readable interpretation (HRI) string as GS1 format (remove parenthesis). Otherwise, false. Default value is false.
If the input string is already formatted as GS1 specification then there is no need to enable this option.
For an example, refer to DatamatrixBarcodeWriteOptions.
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