←Select platform

HRItoGS1 Property

Summary

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

Syntax

C#
VB
C++
[CategoryAttribute("     Options")] 
[DescriptionAttribute("Format HRI text as GS1")] 
[DisplayNameAttribute("HRI to GS1")] 
[DefaultValueAttribute()] 
public bool HRItoGS1 {get; set;} 
<CategoryAttribute("      Options")> 
<DescriptionAttribute("Format HRI text as GS1")> 
<DisplayNameAttribute("HRI to GS1")> 
<DefaultValueAttribute()> 
Public Property HRItoGS1 As Boolean 
[CategoryAttribute("     Options")] 
[DescriptionAttribute("Format HRI text as GS1")] 
[DisplayNameAttribute("HRI to GS1")] 
[DefaultValueAttribute()] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize