Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

HRItoGS1 Property








Gets or sets a value that indicates whether the data is formatted as GS1.
Syntax
[CategoryAttribute("		Options")]
[DescriptionAttribute("Format HRI text as GS1")]
[DisplayNameAttribute("HRI to GS1")]
[DefaultValueAttribute()]
public bool HRItoGS1 {get; set;}
'Declaration
 
<CategoryAttribute("		Options")>
<DescriptionAttribute("Format HRI text as GS1")>
<DisplayNameAttribute("HRI to GS1")>
<DefaultValueAttribute()>
Public Property HRItoGS1 As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeWriteOptions
Dim value As Boolean
 
instance.HRItoGS1 = value
 
value = instance.HRItoGS1
[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()
 <br/>get_HRItoGS1();<br/>set_HRItoGS1(value);<br/>Object.defineProperty('HRItoGS1'); 
[CategoryAttribute("		Options")]
[DescriptionAttribute("Format HRI text as GS1")]
[DisplayNameAttribute("HRI to GS1")]
[DefaultValueAttribute()]
public:
property bool HRItoGS1 {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

DatamatrixBarcodeWriteOptions Class
DatamatrixBarcodeWriteOptions Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features