Overview
The Korean3of5redundancy Decoder Setting is used to set the korean3of5redundancy property.
Syntax
| korean3of5redundancy (Decoder Setting) <META> Syntax | 
|---|
<META HTTP-Equiv="scanner" content="korean3of5redundancy:[parameter]">  | 
| korean3of5redundancy JavaScript Object Syntax: | 
|---|
| By default the JavaScript Object 'scanner' will exist on the current page and can be used to interact directly with the korean3of5redundancy. | 
| 
To Set korean3of5redundancy parameters via JavaScript use the following syntax: scanner.Parameter = Value;
 e.g. scanner.korean3of5redundancy = Value;  | 
Parameters
Items listed in this section indicate parameters, or attributes which can be set.
| Name | Possible Values | Description | Default Value | 
|---|---|---|---|
| korean3of5redundancy:[Value] | true / false | If true, the barcode must be decoded twice before being accepted. Note this flag is only considered if linearSecurityLevel:redundancyAndLength is set | Device specific | 
Requirements
| RhoElements Version | 1.0.0 or above | 
|---|---|
| Supported Devices | All supported devices except: Enterprise Tablet. | 
| Minimum Requirements | Scanner or Imager module and device that supports korean_3of5. | 
| Persistence | Transient - Decoder settings are only guaranteed to persist until the Scanner is disabled | 
HTML/JavaScript Examples
The following example enables the scanner and sets korean3of5redundancy property
<META HTTP-Equiv="scanner" Content="korean3of5:enabled">
<META HTTP-Equiv="scanner" Content="korean3of5redundancy:true">
<META HTTP-Equiv="scanner" Content="enabled">