Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > DatamatrixBarcodeReadOptions Class : GS1toHRI Property |
[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); }
If the resulting string is needed in GS1 format then there is no need to enable this option.
For an example, refer to DatamatrixBarcodeReadOptions.