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

Show in webframe

GS1toHRI Property








Gets or sets a value indicating whether the Datamatrix reader will format the resulting string in human readable interpretation (HRI).
Syntax
[DisplayNameAttribute("GS1 To HRI")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Format GS1 text as HRI")]
public bool GS1toHRI {get; set;}
'Declaration
 
<DisplayNameAttribute("GS1 To HRI")>
<CategoryAttribute("			Options")>
<DefaultValueAttribute()>
<DescriptionAttribute("Format GS1 text as HRI")>
Public Property GS1toHRI As Boolean
'Usage
 
Dim instance As DatamatrixBarcodeReadOptions
Dim value As Boolean
 
instance.GS1toHRI = value
 
value = instance.GS1toHRI
[DisplayNameAttribute("GS1 To HRI")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Format GS1 text as HRI")]
public bool GS1toHRI {get; set;}
DisplayNameAttribute("GS1 To HRI")
CategoryAttribute("			Options")
DefaultValueAttribute()
DescriptionAttribute("Format GS1 text as HRI")
 <br/>get_GS1toHRI();<br/>set_GS1toHRI(value);<br/>Object.defineProperty('GS1toHRI'); 
[DisplayNameAttribute("GS1 To HRI")]
[CategoryAttribute("			Options")]
[DefaultValueAttribute()]
[DescriptionAttribute("Format GS1 text as HRI")]
public:
property bool GS1toHRI {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

DatamatrixBarcodeReadOptions Class
DatamatrixBarcodeReadOptions Members

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