←Select platform

GS1toHRI Property

Summary

Gets or sets a value indicating whether the Datamatrix reader will format the resulting string in human readable interpretation (HRI).

Syntax
C#
VB
C++
public bool GS1toHRI { get; set; } 
Public Property GS1toHRI As Boolean 
public: 
property bool GS1toHRI { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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.

Remarks

If the resulting string is needed in GS1 format then there is no need to enable this option.

Example

For an example, refer to DatamatrixBarcodeReadOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly