The Code11CheckDigitCount Meta Tag is an action tag used to set the Code11CheckDigitCount property. The property can be set to verify 0, 1 or 2 check digits.
Code11CheckDigitCount (META Tag) Syntax <META HTTP-Equiv="scanner" content="Code11CheckDigitCount:[parameter>
Parameters
Items listed in this section indicate parameters, or attributes which can be set.
Name Possible Values Description
Default Value Code11CheckDigitCount:[Value] none/one/two if value is "none" then String to verify no check digits,if value is one then String to verify 1 check digit. if value is "two" then String to verify 2 check digits. N/A
Copy parameters template to clipboard: META Tags Javascript
Examples
The following example enables the scanner to read only Code11 labels with the CheckDigitCount property set to veryfy one check digit
<META HTTP-Equiv="scanner" Content="Code11:enabled"> <META HTTP-Equiv="scanner" Content="Code11CheckDigitCount:one"> <META HTTP-Equiv="scanner" Content="enabled">
Copy example to clipboard Above example can also be written as shown below:
<META HTTP-Equiv="scanner" Content="Code11:enabled;Code11CheckDigitCount:one;enabled">
Copy example to clipboard or
<META HTTP-Equiv="scanner-Code11" Content="enabled"> <META HTTP-Equiv="scanner-Code11CheckDigitCount" Content="one"> <META HTTP-Equiv="scanner-enabled" Content="SCN1">
Copy example to clipboard
Additional Information
Supported Platforms Windows CE, Windows Mobile, Windows Mobile SE Persistence This tag is persistent. Min. Requirements Scanner or Imager module and device supports Code11.