←Select platform

HRItoGS1 Property

Summary

Gets or sets a value that indicates whether the data is formatted as GS1.

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

Property Value

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.

Remarks

If the input string is already formatted as GS1 specification then there is no need to enable this option.

Example

For an example, refer to DatamatrixBarcodeWriteOptions.

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